diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index caf3c4f..3aafdf3 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -17,8 +17,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: [pypy-3.10, '3.10', '3.11', '3.12', '3.13'] - tox-python-version: [pypy3.10, py310, py311, py312, py313] + python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13'] + tox-python-version: [pypy3.10, pypy3.11, py310, py311, py312, py313] os: [ ubuntu-latest, windows-latest, @@ -26,15 +26,15 @@ jobs: ] include: # Add exact version 3.14.0-alpha.0 for ubuntu-latest only - - python-version: 3.14.0-alpha.5 + - python-version: 3.14.0-alpha.6 tox-python-version: py314-full os: ubuntu-latest exclude: # Exclude other OSes with Python 3.14.0-alpha.0 - - python-version: 3.14.0-alpha.5 + - python-version: 3.14.0-alpha.6 tox-python-version: py314-full os: windows-latest - - python-version: 3.14.0-alpha.5 + - python-version: 3.14.0-alpha.6 os: macos-latest tox-python-version: py314-full diff --git a/tox.ini b/tox.ini index 2515423..ecb51f6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py310, py311, py312, py313, pypy310, py314-full +envlist = py310, py311, py312, py313, pypy310, pypy311, py314-full [testenv] deps =