Skip to content

Commit e59ae03

Browse files
authored
Also test on Python 3.13 (#580)
1 parent 0833f0e commit e59ae03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"]
1818
include:
1919
- os: macos-latest
2020
python-version: "3.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ src = ["src"]
110110
[tool.tox]
111111
legacy_tox_ini = '''
112112
[tox]
113-
envlist = py37, py38, py39, py310, py311, py312, pypy3, lint, pkg
113+
envlist = py37, py38, py39, py310, py311, py312, py313, pypy3, lint, pkg
114114
minversion = 4.0.0
115115
skip_missing_interpreters = true
116116

0 commit comments

Comments
 (0)