diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69b2739..3f6a11d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12' steps: - uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index 4fea8e0..de3ecac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] # These should match the GitHub Actions env list -envlist = py27,py37,py38,py39,py310 +envlist = py27,py37,py38,py39,py310,py311,py312 [testenv] install_command = pip install {opts} {packages}