Skip to content

Commit adf6d39

Browse files
author
Roman
committed
remove "3.13.1"
1 parent 1c35dc6 commit adf6d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ workflows:
305305
- build-and-test:
306306
matrix:
307307
parameters:
308-
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7", "3.13.1"]
308+
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7"]
309309
requires:
310310
- check-if-pr-is-draft
311311
- unit-tests-all-python-versions:
@@ -314,7 +314,7 @@ workflows:
314314
- lint-and-type-check:
315315
matrix:
316316
parameters:
317-
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7", "3.13.1" ]
317+
python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7"]
318318
requires:
319319
- check-if-pr-is-draft
320320
#- coveralls:

0 commit comments

Comments
 (0)