diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e0749d0..790b9a7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,6 +14,8 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" + - "3.12" steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index ed6fc64..b7a7da6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py35,py36,py37,py38,py39,py310 + py35,py36,py37,py38,py39,py310,py311,py312 [testenv] deps =