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 6cd0063 commit 9319d6aCopy full SHA for 9319d6a
.circleci/config.yml
@@ -282,9 +282,9 @@ jobs:
282
- store-pytest-results
283
- store-coverage-report
284
285
- py37cassandra:
+ py39cassandra:
286
docker:
287
- - image: cimg/python:3.7.17
+ - image: cimg/python:3.9.17
288
- image: cassandra:3.11
289
environment:
290
MAX_HEAP_SIZE: 2048m
@@ -335,7 +335,7 @@ workflows:
335
- python310
336
- python311
337
- python312
338
- - py37cassandra
+ - py39cassandra
339
- py38couchbase
340
- py38gevent
341
- final_job:
@@ -346,6 +346,6 @@ workflows:
346
347
348
349
350
351
0 commit comments