Skip to content

Commit 15c80e0

Browse files
committed
ci: Run Couchbase and Gevent tests on Python 3.9
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 9319d6a commit 15c80e0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ jobs:
266266
- store-pytest-results
267267
- store-coverage-report
268268

269-
py38couchbase:
269+
py39couchbase:
270270
docker:
271-
- image: cimg/python:3.8.17
271+
- image: cimg/python:3.9.17
272272
- image: couchbase/server-sandbox:5.5.0
273273
working_directory: ~/repo
274274
steps:
@@ -311,9 +311,9 @@ jobs:
311311
- store-pytest-results
312312
- run_sonarqube
313313

314-
py38gevent:
314+
py39gevent:
315315
docker:
316-
- image: cimg/python:3.8.17
316+
- image: cimg/python:3.9.17
317317
working_directory: ~/repo
318318
steps:
319319
- checkout
@@ -336,8 +336,8 @@ workflows:
336336
- python311
337337
- python312
338338
- py39cassandra
339-
- py38couchbase
340-
- py38gevent
339+
- py39couchbase
340+
- py39gevent
341341
- final_job:
342342
requires:
343343
- python37
@@ -347,5 +347,5 @@ workflows:
347347
- python311
348348
- python312
349349
- py39cassandra
350-
- py38couchbase
351-
- py38gevent
350+
- py39couchbase
351+
- py39gevent

0 commit comments

Comments
 (0)