File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,13 +171,13 @@ jobs:
171171 << : *test-template
172172 parallelism : 5
173173 environment :
174+ - COVERALLS_UPLOAD=1
174175 - PYTHON_VERSION=3.14
175176
176177 python_313 :
177178 << : *test-template
178179 parallelism : 5
179180 environment :
180- - COVERALLS_UPLOAD=1
181181 - PYTHON_VERSION=3.13
182182
183183 python_312 :
@@ -192,18 +192,6 @@ jobs:
192192 environment :
193193 - PYTHON_VERSION=3.11
194194
195- python_310 :
196- << : *test-template
197- parallelism : 5
198- environment :
199- - PYTHON_VERSION=3.10
200-
201- # python_39:
202- # <<: *test-template
203- # parallelism: 5
204- # environment:
205- # - PYTHON_VERSION=3.9
206-
207195 docs-build-examples :
208196 docker :
209197 - image : condaforge/miniforge3
@@ -412,13 +400,11 @@ workflows:
412400 - python_313
413401 - python_312
414402 - python_311
415- - python_310
416- # - python_39
417403 - build_package
418404 - publish_package :
419405 requires :
420406 - build_package
421- - python_311
407+ - python_314
422408 filters :
423409 tags :
424410 only : /^v.*/
You can’t perform that action at this time.
0 commit comments