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 b1c44b0 commit bc12c35Copy full SHA for bc12c35
.github/workflows/build.yaml
@@ -74,18 +74,31 @@ jobs:
74
run-expensive-tests: true
75
report-coverage: true
76
save-cache: true
77
+ numpy-version: 1
78
+ - python-version: '3.9'
79
+ conda-env: full
80
+ spec: conda
81
+ numpy-version: 2
82
- python-version: '3.10'
83
conda-env: dev
84
spec: conda
85
86
- python-version: '3.11'
87
88
spec: main
89
90
- python-version: '3.12'
91
92
93
94
- python-version: '3.13'
95
96
97
98
+ - python-version: '3.14'
99
+ conda-env: dev
100
101
102
103
steps:
104
- uses: actions/checkout@v4
0 commit comments