Skip to content

Commit 0d8b8a1

Browse files
committed
Fix py313 in GHA
1 parent 4b19678 commit 0d8b8a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- "3.10"
4545
- "3.11"
4646
- "3.12"
47-
- "3.13"
47+
- "3.13-dev"
4848
os:
4949
- ubuntu-latest
5050
- windows-latest

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
requires = tox>=3
3-
envlist = lint, type, pypy{37,38,39,310}, py{37,38,39,310,311,312}
3+
envlist = lint, type, pypy{37,38,39,310}, py{37,38,39,310,311,312,313}
44

55
[gh-actions]
66
python =
@@ -14,6 +14,7 @@ python =
1414
3.10: py310
1515
3.11: py311
1616
3.12: py312
17+
3.13: py312
1718

1819
[testenv]
1920
description = run unit tests

0 commit comments

Comments
 (0)