diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d53c42..4b14485 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index ac466eb..5fb73f3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{37,38,39,310,311} +envlist = py{37,38,39,310,311,312} minversion = 3.3.0 isolated_build = true