We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c74198 commit c3b1628Copy full SHA for c3b1628
.circleci/config.yml
@@ -305,7 +305,7 @@ workflows:
305
- build-and-test:
306
matrix:
307
parameters:
308
- python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7" ]
+ python-version: [ "3.9.13", "3.10.6", "3.11.4", "3.12.7"]
309
requires:
310
- check-if-pr-is-draft
311
- unit-tests-all-python-versions:
@@ -314,7 +314,7 @@ workflows:
314
- lint-and-type-check:
315
316
317
318
319
320
#- coveralls:
0 commit comments