Skip to content

Commit

Permalink
tox: Add tox-gh-actions config for Python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jan 17, 2024
1 parent 0957ffa commit d86c4f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -27,6 +27,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# NOTE: If you add a version here, don't forget to update the
# '[gh-actions]' section in tox.ini
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
db: [postgres, mysql, sqlite3]
env:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -75,3 +75,4 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

0 comments on commit d86c4f8

Please sign in to comment.