Skip to content

Commit

Permalink
Upgrade to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Dec 4, 2023
1 parent 19fe2eb commit 612a97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
env:
DATABASE_URL: sqlite://
SECRET_KEY: something_very_secret
Expand Down

0 comments on commit 612a97c

Please sign in to comment.