Skip to content

Commit

Permalink
Update testing matrix with new Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Nov 26, 2024
1 parent 28c9259 commit 80acbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py27, py36, py37, py38, py39, pypy2, pypy3]
tox_env: [py27, py36, py38, py39, py310, py311, py312, py313, py314, pypy2, pypy3]

# Use GitHub's Linux Docker host
runs-on: ubuntu-latest
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py27,py36,py37,py38,py39,pypy2,pypy3
envlist = py27,py36,py38,py39,py310,py311,py312,py313,py314,pypy2,pypy3
skipsdist = True
[testenv]
Expand Down

0 comments on commit 80acbb6

Please sign in to comment.