Skip to content

Commit

Permalink
Move to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 5, 2021
1 parent aab7df9 commit 9137094
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
name: Test
env:
python_version: '3.6.x'
python_version: '3.9.x'
postgis_version: '2.5'
redis_version: '5'
node_version: '10'
Expand Down
2 changes: 1 addition & 1 deletion code_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def status(line):
cmd("python manage.py makemigrations")

status("Running black")
cmd("black --line-length=119 --target-version=py36 temba")
cmd("black --line-length=119 temba")

if not args.skip_flake:
status("Running flake8")
Expand Down
64 changes: 3 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "AGPL-3"
repository = "http://github.com/rapidpro/rapidpro"

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.9"
Django = "^3.2.6"
django-compressor = "^2.4"
django-countries = "^7.0"
Expand Down

0 comments on commit 9137094

Please sign in to comment.