Skip to content

Commit cbd1acb

Browse files
authored
Merge pull request #1710 from knutfrode/dev
[run-ex] Added Python 3.14 to CircleCI config
2 parents 23fa4d2 + 1935461 commit cbd1acb

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
docker:
117117
- image: condaforge/miniforge3
118118
environment:
119-
- PYTHON_VERSION=3.13
119+
- PYTHON_VERSION=3.14
120120

121121
steps:
122122
- checkout
@@ -144,7 +144,7 @@ jobs:
144144
docker:
145145
- image: condaforge/miniforge3
146146
environment:
147-
- PYTHON_VERSION=3.13
147+
- PYTHON_VERSION=3.14
148148

149149
steps:
150150
- checkout
@@ -167,10 +167,17 @@ jobs:
167167
twine upload --verbose --skip-existing -u __token__ -p ${PYPI_TOKEN} dist/*
168168
fi
169169
170+
python_314:
171+
<<: *test-template
172+
parallelism: 5
173+
environment:
174+
- PYTHON_VERSION=3.14
175+
170176
python_313:
171177
<<: *test-template
172178
parallelism: 5
173179
environment:
180+
- COVERALLS_UPLOAD=1
174181
- PYTHON_VERSION=3.13
175182

176183
python_312:
@@ -189,7 +196,6 @@ jobs:
189196
<<: *test-template
190197
parallelism: 5
191198
environment:
192-
- COVERALLS_UPLOAD=1
193199
- PYTHON_VERSION=3.10
194200

195201
# python_39:
@@ -203,7 +209,7 @@ jobs:
203209
- image: condaforge/miniforge3
204210
parallelism: 20
205211
environment:
206-
- PYTHON_VERSION=3.13
212+
- PYTHON_VERSION=3.14
207213
steps:
208214
- checkout
209215
- run:
@@ -289,7 +295,7 @@ jobs:
289295
docker:
290296
- image: condaforge/miniforge3
291297
environment:
292-
- PYTHON_VERSION=3.13
298+
- PYTHON_VERSION=3.14
293299
steps:
294300
- checkout
295301

@@ -402,6 +408,7 @@ workflows:
402408

403409
test-and-package:
404410
jobs:
411+
- python_314
405412
- python_313
406413
- python_312
407414
- python_311

0 commit comments

Comments
 (0)