We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6c6ea commit bf59f30Copy full SHA for bf59f30
1 file changed
.github/workflows/nvidia.yml
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
os: [ubuntu-latest, windows-latest, macos-latest]
36
- python-version: ["3.10"] # we don't test on other python versions to reduce API calls
+ python-version: ["3.14"] # we don't test on other python versions to reduce API calls
37
38
steps:
39
- name: Support longpaths
@@ -52,7 +52,7 @@ jobs:
52
run: pip install hatch "virtualenv<21.0.0"
53
54
- name: Lint
55
- if: matrix.python-version == '3.14' && runner.os == 'Linux'
+ if: matrix.python-version == '3.10' && runner.os == 'Linux'
56
run: hatch run fmt-check && hatch run test:types
57
58
- name: Run tests
0 commit comments