Skip to content

Commit 91171b4

Browse files
committed
ci: Test with CPython 3.13.
1 parent d572138 commit 91171b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu, windows]
65-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
65+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 3.13.0-beta.3]
6666

6767
steps:
6868
- uses: actions/checkout@v4

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.14.0
3-
envlist = py38, py39, py310, py311, py312, pytest-min, docs
3+
envlist = py38, py39, py310, py311, py312, py13, pytest-min, docs
44
isolated_build = true
55
passenv =
66
CI
@@ -42,4 +42,5 @@ python =
4242
3.10: py310
4343
3.11: py311
4444
3.12: py312
45+
3.13: py313
4546
pypy3: pypy3

0 commit comments

Comments
 (0)