Skip to content

Commit

Permalink
Update to use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Oct 23, 2024
1 parent da8aa3a commit e95567a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ jobs:
test:
name: Test
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.11.x"]

env:
python-version: "3.12.x"
services:
redis:
image: redis:6.2-alpine
Expand All @@ -30,7 +28,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ env.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
18 changes: 2 additions & 16 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 @@ -6,7 +6,7 @@ authors = ["Nyaruka Ltd <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "~3.11.0"
python = "~3.12.0"
Django = "~5.1.0"
smartmin = "^5.1.0"
rapidpro-dash = "~1.16.0"
Expand Down

0 comments on commit e95567a

Please sign in to comment.