diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b6ae4b6..a4a65789 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/tox.ini b/tox.ini index 4276ed1b..041097cd 100644 --- a/tox.ini +++ b/tox.ini @@ -75,3 +75,4 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312