Skip to content

Commit 6c46a55

Browse files
authored
Merge pull request #1711 from knutfrode/dev
[run-ex] Removed Python 3.10 and 3.10 from CircleCI config. Coveralls…
2 parents cbd1acb + 1caf145 commit 6c46a55

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff 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.*/

0 commit comments

Comments
 (0)