Skip to content

Commit

Permalink
Also test on Python 3.13 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 30, 2023
1 parent 0833f0e commit e59ae03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"]
include:
- os: macos-latest
python-version: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ src = ["src"]
[tool.tox]
legacy_tox_ini = '''
[tox]
envlist = py37, py38, py39, py310, py311, py312, pypy3, lint, pkg
envlist = py37, py38, py39, py310, py311, py312, py313, pypy3, lint, pkg
minversion = 4.0.0
skip_missing_interpreters = true
Expand Down

0 comments on commit e59ae03

Please sign in to comment.