Skip to content

Commit 277d87c

Browse files
committed
ci cd python version upgrade
1 parent b43e664 commit 277d87c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.10"
2222

2323
- name: Install Hatch
2424
run: |
@@ -32,9 +32,11 @@ jobs:
3232
strategy:
3333
matrix:
3434
python-version:
35-
- "3.8.x"
36-
- "3.9.x"
3735
- "3.10.x"
36+
- "3.11.x"
37+
- "3.12.x"
38+
- "3.13.x"
39+
- "3.14.x"
3840
os:
3941
- ubuntu-24.04
4042
# - windows-latest

0 commit comments

Comments
 (0)