Skip to content

Commit 00b25b3

Browse files
committed
Update Python version in actions
1 parent 470abc6 commit 00b25b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: [3.9, '3.10', '3.11', '3.12']
22+
python-version: ['3.11', '3.12', '3.13', '3.14']
2323

2424
steps:
2525
- uses: actions/checkout@v2

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.9
20+
python-version: '3.11'
2121

2222
- name: Create working directories
2323
run: |

0 commit comments

Comments
 (0)