Skip to content

Commit f71101c

Browse files
committed
Update workflow Python versions
1 parent f0cac0a commit f71101c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-python@v1
1818
with:
19-
python-version: 3.8
19+
python-version: 3.13
2020
- name: Build dist files
2121
run: >
2222
python -m pip install --upgrade pip && pip install -e .[build] &&

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.7, 3.8, 3.9, '3.10']
20+
python-version: ['3.10', '3.11', '3.12', '3.13']
2121

2222
steps:
2323
- uses: actions/checkout@v2
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
python-version: [3.9]
43+
python-version: [3.13]
4444

4545
steps:
4646
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)