We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b96900 commit 9c2ec8eCopy full SHA for 9c2ec8e
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
fail-fast: false
40
matrix:
41
- python-version: ['3.11', '3.12', '3.13']
+ python-version: ['3.13']
42
43
steps:
44
- uses: actions/checkout@v2
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py311, py312, py313
+envlist = py313
3
4
[testenv]
5
passenv =
@@ -20,6 +20,4 @@ commands =
20
21
[gh-actions]
22
python =
23
- 3.11: py311
24
- 3.12: py312
25
3.13: py313
0 commit comments