Skip to content

Commit af4e4cb

Browse files
committed
Fix supported python versions
1 parent e5957cb commit af4e4cb

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
@@ -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

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515
fail-fast: false
1616

1717
steps:

0 commit comments

Comments
 (0)