Skip to content

Commit c344282

Browse files
committed
Update testing matrix with new Pythons
1 parent 0b496cc commit c344282

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tox_env: ${{ matrix.tox_env }}
2121
strategy:
2222
matrix:
23-
tox_env: [py27, py36, py37, py38, py39, pypy2, pypy3]
23+
tox_env: [py27, py36, py38, py39, py310, py311, py312, py313, py314, pypy2, pypy3]
2424

2525
# Use GitHub's Linux Docker host
2626
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.tox]
66
legacy_tox_ini = """
77
[tox]
8-
envlist = py27,py36,py37,py38,py39,pypy2,pypy3
8+
envlist = py27,py36,py38,py39,py310,py311,py312,py313,py314,pypy2,pypy3
99
skipsdist = True
1010
1111
[testenv]

0 commit comments

Comments
 (0)