Skip to content

Commit 439951d

Browse files
committed
Added Python 3.13 to CI and Tox configuration
1 parent bd98ae8 commit 439951d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
os: [ubuntu-latest]
64-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy-3.10]
64+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", pypy-3.10]
6565
include:
6666
- os: macos-latest
6767
python-version: "3.8"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ show_missing = true
128128
[tool.tox]
129129
legacy_tox_ini = """
130130
[tox]
131-
envlist = pre-commit, py38, py39, py310, py311, py312, pypy3
131+
envlist = pre-commit, py38, py39, py310, py311, py312, py313, pypy3
132132
skip_missing_interpreters = true
133133
minversion = 4.0.0
134134

0 commit comments

Comments
 (0)