Skip to content

Commit 13fd9dd

Browse files
Enable Python 3.13-dev builds and testing on GitHub.
1 parent 2b84146 commit 13fd9dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
2020
steps:
2121
- uses: "actions/checkout@v4"
2222
- uses: "actions/setup-python@v5"
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
45+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
4646
steps:
4747
- uses: "actions/checkout@v4"
4848
- uses: "actions/setup-python@v5"

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py38,py39,py310,py311,py312
2+
envlist = py38,py39,py310,py311,py312,py313
33

44
[gh-actions]
55
python =
@@ -8,3 +8,4 @@ python =
88
3.10: py310
99
3.11: py311
1010
3.12: py312
11+
3.13: py313

0 commit comments

Comments
 (0)