@@ -64,130 +64,130 @@ commands:
6464 command : for i in $(seq 1 10); do [ $i -gt 1 ] && echo "retrying $i" && sleep 5; ./codecov --disable search pycov gcov --file .tox/coverage/py_coverage.xml .tox/coverage/cobertura-coverage.xml && s=0 && break || s=$?; done; (exit $s)
6565
6666jobs :
67- py39 :
67+ py310 :
6868 working_directory : ~/project
6969 machine :
7070 image : ubuntu-2404:current
7171 steps :
7272 - checkout
7373 - upgradepython :
74- version : " 3.9 "
74+ version : " 3.10 "
7575 - run :
7676 name : Use pyenv to set python version
7777 command : |
7878 pyenv versions
79- pyenv global 3.9
79+ pyenv global 3.10
8080 - docker-compose
8181 - restore_cache :
8282 name : Restore external data cache
8383 keys :
8484 - tox-externaldata-{{ checksum "tests/datastore.py" }}
8585 - tox :
86- env : py39
86+ env : py310
8787 - save_cache :
8888 name : Save external data cache
8989 key : tox-externaldata-{{ checksum "tests/datastore.py" }}
9090 paths :
9191 - ./.tox/externaldata
9292 - coverage
93- py310 :
93+ py311 :
9494 working_directory : ~/project
9595 machine :
9696 image : ubuntu-2404:current
9797 steps :
9898 - checkout
9999 - upgradepython :
100- version : " 3.10 "
100+ version : " 3.11 "
101101 - run :
102102 name : Use pyenv to set python version
103103 command : |
104104 pyenv versions
105- pyenv global 3.10
105+ pyenv global 3.11
106106 - docker-compose
107107 - restore_cache :
108108 name : Restore external data cache
109109 keys :
110110 - tox-externaldata-{{ checksum "tests/datastore.py" }}
111111 - tox :
112- env : py310
112+ env : py311
113113 - save_cache :
114114 name : Save external data cache
115115 key : tox-externaldata-{{ checksum "tests/datastore.py" }}
116116 paths :
117117 - ./.tox/externaldata
118118 - coverage
119- py311 :
119+ py312 :
120120 working_directory : ~/project
121121 machine :
122122 image : ubuntu-2404:current
123123 steps :
124124 - checkout
125125 - upgradepython :
126- version : " 3.11 "
126+ version : " 3.12 "
127127 - run :
128128 name : Use pyenv to set python version
129129 command : |
130130 pyenv versions
131- pyenv global 3.11
131+ pyenv global 3.12
132132 - docker-compose
133133 - restore_cache :
134134 name : Restore external data cache
135135 keys :
136136 - tox-externaldata-{{ checksum "tests/datastore.py" }}
137137 - tox :
138- env : py311
138+ env : py312
139139 - save_cache :
140140 name : Save external data cache
141141 key : tox-externaldata-{{ checksum "tests/datastore.py" }}
142142 paths :
143143 - ./.tox/externaldata
144144 - coverage
145- py312 :
145+ py313 :
146146 working_directory : ~/project
147147 machine :
148148 image : ubuntu-2404:current
149149 steps :
150150 - checkout
151151 - upgradepython :
152- version : " 3.12 "
152+ version : " 3.13 "
153153 - run :
154154 name : Use pyenv to set python version
155155 command : |
156156 pyenv versions
157- pyenv global 3.12
157+ pyenv global 3.13
158158 - docker-compose
159159 - restore_cache :
160160 name : Restore external data cache
161161 keys :
162162 - tox-externaldata-{{ checksum "tests/datastore.py" }}
163163 - tox :
164- env : py312
164+ env : py313
165165 - save_cache :
166166 name : Save external data cache
167167 key : tox-externaldata-{{ checksum "tests/datastore.py" }}
168168 paths :
169169 - ./.tox/externaldata
170170 - coverage
171- py313 :
171+ py314 :
172172 working_directory : ~/project
173173 machine :
174174 image : ubuntu-2404:current
175175 steps :
176176 - checkout
177177 - upgradepython :
178- version : " 3.13 "
178+ version : " 3.14 "
179179 - run :
180180 name : Use pyenv to set python version
181181 command : |
182182 pyenv versions
183- pyenv global 3.13
183+ pyenv global 3.14
184184 - docker-compose
185185 - restore_cache :
186186 name : Restore external data cache
187187 keys :
188188 - tox-externaldata-{{ checksum "tests/datastore.py" }}
189189 - tox :
190- env : py313
190+ env : py314
191191 - save_cache :
192192 name : Save external data cache
193193 key : tox-externaldata-{{ checksum "tests/datastore.py" }}
@@ -329,35 +329,35 @@ workflows:
329329 version : 2
330330 ci :
331331 jobs :
332- - py39 :
332+ - py310 :
333333 filters :
334334 tags :
335335 only : /^v.*/
336336 branches :
337337 ignore :
338338 - gh-pages
339- - py310 :
339+ - py311 :
340340 filters :
341341 tags :
342342 only : /^v.*/
343343 branches :
344344 ignore :
345345 - gh-pages
346- - py311 :
346+ - py312 :
347347 filters :
348348 tags :
349349 only : /^v.*/
350350 branches :
351351 ignore :
352352 - gh-pages
353- - py312 :
353+ - py313 :
354354 filters :
355355 tags :
356356 only : /^v.*/
357357 branches :
358358 ignore :
359359 - gh-pages
360- - py313 :
360+ - py314 :
361361 filters :
362362 tags :
363363 only : /^v.*/
@@ -387,11 +387,11 @@ workflows:
387387 - gh-pages
388388 - docs-deploy :
389389 requires :
390- - py39
391390 - py310
392391 - py311
393392 - py312
394393 - py313
394+ - py314
395395 - lint_and_docs
396396 - wheels
397397 - docker
@@ -404,11 +404,11 @@ workflows:
404404 - sphinx
405405 - publish_docker :
406406 requires :
407- - py39
408407 - py310
409408 - py311
410409 - py312
411410 - py313
411+ - py314
412412 - lint_and_docs
413413 - docker
414414 - wheels
@@ -428,21 +428,21 @@ workflows:
428428 only :
429429 - master
430430 jobs :
431- - py39
432431 - py310
433432 - py311
434433 - py312
435434 - py313
435+ - py314
436436 - lint_and_docs
437437 - docker
438438 - wheels
439439 - publish_docker :
440440 requires :
441- - py39
442441 - py310
443442 - py311
444443 - py312
445444 - py313
445+ - py314
446446 - lint_and_docs
447447 - docker
448448 - wheels
0 commit comments