Skip to content

Commit 315cc23

Browse files
committed
Don't test full under 3.13t
1 parent a5209fe commit 315cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[tox]
1414
envlist =
1515
# Basic configurations: Run the tests for each python version.
16-
py39-full,py310-full,py311-full,py312-full,py313-full,py313t-full,pypy3-full
16+
py39-full,py310-full,py311-full,py312-full,py313-full,py313t,pypy3-full
1717

1818
# Build and test the docs with sphinx.
1919
docs

0 commit comments

Comments
 (0)