Skip to content

Commit 3db45f6

Browse files
committed
for created publish to 3.10, for testing 3.9 to 3.13
1 parent f344b0c commit 3db45f6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

{{cookiecutter.git_repo_name}}/.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.9
21+
python-version: "3.10"
2222

2323
- name: Upgrade pip setuptools wheel
2424
run: |

{{cookiecutter.git_repo_name}}/.github/workflows/test-coverage-lint.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
python-version:
29-
- 3.8
30-
- 3.9
31-
- '3.10'
32-
- '3.11'
33-
- '3.12'
29+
- "3.9"
30+
- "3.10"
31+
- "3.11"
32+
- "3.12"
33+
- "3.13"
3434
os:
3535
- ubuntu-latest
3636

@@ -57,11 +57,11 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
python-version:
60-
- 3.8
61-
- 3.9
62-
- '3.10'
63-
- '3.11'
64-
- '3.12'
60+
- "3.9"
61+
- "3.10"
62+
- "3.11"
63+
- "3.12"
64+
- "3.13"
6565
os:
6666
- ubuntu-latest
6767
- windows-latest
@@ -90,11 +90,11 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
python-version:
93-
- 3.8
94-
- 3.9
95-
- '3.10'
96-
- '3.11'
97-
- '3.12'
93+
- "3.9"
94+
- "3.10"
95+
- "3.11"
96+
- "3.12"
97+
- "3.13"
9898
os:
9999
- ubuntu-latest
100100
- windows-latest

0 commit comments

Comments
 (0)