Skip to content

Commit 945bb6d

Browse files
committed
Fix supported python versions
1 parent e5957cb commit 945bb6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest]
1515
# Use only lowest and highest supported python versions for now,
1616
# to speed up CI runs
17-
python-version: [3.8, "3.12"]
17+
python-version: ["3.10", "3.14"]
1818
node-version: [22]
1919
fail-fast: false
2020

0 commit comments

Comments
 (0)