Skip to content

Commit 9319d6a

Browse files
committed
ci: Run Cassandra tests on Python 3.9
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 6cd0063 commit 9319d6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ jobs:
282282
- store-pytest-results
283283
- store-coverage-report
284284

285-
py37cassandra:
285+
py39cassandra:
286286
docker:
287-
- image: cimg/python:3.7.17
287+
- image: cimg/python:3.9.17
288288
- image: cassandra:3.11
289289
environment:
290290
MAX_HEAP_SIZE: 2048m
@@ -335,7 +335,7 @@ workflows:
335335
- python310
336336
- python311
337337
- python312
338-
- py37cassandra
338+
- py39cassandra
339339
- py38couchbase
340340
- py38gevent
341341
- final_job:
@@ -346,6 +346,6 @@ workflows:
346346
- python310
347347
- python311
348348
- python312
349-
- py37cassandra
349+
- py39cassandra
350350
- py38couchbase
351351
- py38gevent

0 commit comments

Comments
 (0)