Skip to content

Commit 9c2ec8e

Browse files
committed
keep only python 3.13 for ci
1 parent 3b96900 commit 9c2ec8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ['3.11', '3.12', '3.13']
41+
python-version: ['3.13']
4242

4343
steps:
4444
- uses: actions/checkout@v2

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py311, py312, py313
2+
envlist = py313
33

44
[testenv]
55
passenv =
@@ -20,6 +20,4 @@ commands =
2020

2121
[gh-actions]
2222
python =
23-
3.11: py311
24-
3.12: py312
2523
3.13: py313

0 commit comments

Comments
 (0)