diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index eef53223..43fc0844 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -20,8 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-rc.1", "pypy-3.9", "pypy-3.10"] - continue-on-error: ${{ matrix.python-version == '3.12.0-rc.1' }} + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9", "pypy-3.10"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} diff --git a/tox.ini b/tox.ini index 3268f0d1..c3fd566e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = True -envlist = lint,docs,typing,py38,py39,py310,py311,pypy39 +envlist = lint,docs,typing,py38,py39,py310,py311,py312,pypy39, pypy310 deps = -r{toxinidir}/requirements.txt skip_missing_interpreters = True @@ -10,7 +10,9 @@ python = 3.9: py39 3.10: py310, lint, docs, typing 3.11: py311 + 3.12: py312 pypy-3.9: pypy39 + pypy-3.10: pypy310 [testenv] setenv =