Skip to content

Commit

Permalink
Start using python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jun 28, 2024
1 parent 3cdbe62 commit fe23ebe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test
strategy:
matrix:
python-version: ["3.10.x", "3.11.x"]
python-version: ["3.11.x"]
env:
redis-version: "6.2"
pg-version: "15"
Expand Down
30 changes: 5 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Nyaruka Ltd <code@nyaruka.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
Django = "^5.0.0"
smartmin = "^5.0.0"
rapidpro-dash = "^1.15.0"
Expand All @@ -18,7 +18,7 @@ django-digest = "^1.13"
django-rosetta = "^0.8.1"
django-storages = "^1.13.2"
django-rest-swagger = "^2.2.0"
djangorestframework = "3.15.0"
djangorestframework = "3.15.1"
dj-database-url = "^0.5.0"
Pillow = "^10.2.0"
gunicorn = "^22.0.0"
Expand Down

0 comments on commit fe23ebe

Please sign in to comment.