Skip to content

Commit d86c4f8

Browse files
committed
tox: Add tox-gh-actions config for Python 3.12
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 0957ffa commit d86c4f8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30+
# NOTE: If you add a version here, don't forget to update the
31+
# '[gh-actions]' section in tox.ini
3032
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3133
db: [postgres, mysql, sqlite3]
3234
env:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ python =
7575
3.9: py39
7676
3.10: py310
7777
3.11: py311
78+
3.12: py312

0 commit comments

Comments
 (0)