Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in
  • dns dns
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ecobytesecobytes
  • lablab
  • dnsdns
  • Merge requests
  • !1

Port to Python 3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open jon r requested to merge fix/1 into master Mar 27, 2021
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 4

This replaces the script runtime interpreter with Python 3, by switching one package with another.

Additionally, we propose some sane defaults one could like to see in a repository like this. Namely:

  • a README.md (with a mention of the licence terms)
  • a .gitignore file to put things out of sight we don't need
  • an .env.example that shows which environmental variables we expect in .env
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/1