We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5957cb commit 945bb6dCopy full SHA for 945bb6d
1 file changed
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
os: [ubuntu-latest, macos-latest]
15
# Use only lowest and highest supported python versions for now,
16
# to speed up CI runs
17
- python-version: [3.8, "3.12"]
+ python-version: ["3.10", "3.14"]
18
node-version: [22]
19
fail-fast: false
20
0 commit comments