Skip to content

Commit cc4ddd5

Browse files
committed
fix
1 parent 03851c7 commit cc4ddd5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
37+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3838
fail-fast: false
3939
defaults:
4040
run:

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
22
skipsdist = true
3-
envlist = py38, py39, py310, py311, py312
3+
envlist = py39, py310, py311, py312, py313
44

55
[gh-actions]
66
python =
7-
3.8: py38
87
3.9: py39
98
3.10: py310
109
3.11: py311
1110
3.12: py312
11+
3.13: py313
1212

1313
[testenv]
1414
passenv = PYTHON_VERSION

{{cookiecutter.project_name}}/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
32+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3333
fail-fast: false
3434
defaults:
3535
run:

{{cookiecutter.project_name}}/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
22
skipsdist = true
3-
envlist = py38, py39, py310, py311, py312
3+
envlist = py39, py310, py311, py312, py313
44

55
[gh-actions]
66
python =
7-
3.8: py38
87
3.9: py39
98
3.10: py310
109
3.11: py311
1110
3.12: py312
11+
3.13: py313
1212

1313
[testenv]
1414
passenv = PYTHON_VERSION

0 commit comments

Comments
 (0)