Skip to content

Commit

Permalink
Update to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jul 5, 2024
1 parent 97265c6 commit 2561c27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
env:
python-version: "3.11.x"
python-version: "3.12.x"
node-version: "20"
mailroom-version: "9.1.52"
DJANGO_SETTINGS_MODULE: temba.settings_ci
Expand All @@ -28,7 +28,6 @@ jobs:
image: elasticsearch:7.17.9
ports:
- 9200:9200
- 9300:9300
env:
discovery.type: single-node

Expand Down
29 changes: 2 additions & 27 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 @@ -8,7 +8,7 @@ authors = ["Nyaruka <[email protected]>"]
repository = "http://github.com/rapidpro/rapidpro"

[tool.poetry.dependencies]
python = "~3.11"
python = "~3.12"
Django = "^5.0"
django-compressor = "^4.3.1"
django-countries = "^7.0"
Expand Down

0 comments on commit 2561c27

Please sign in to comment.