|
@@ -7,7 +7,7 @@ jobs:
|
|
test-python:
|
|
test-python:
|
|
# Install dependencies and run tests
|
|
# Install dependencies and run tests
|
|
docker:
|
|
docker:
|
|
- - image: cimg/python:3.8-node
|
|
|
|
|
|
+ - image: cimg/python:3.12-node
|
|
steps:
|
|
steps:
|
|
- checkout
|
|
- checkout
|
|
- python/install-packages:
|
|
- python/install-packages:
|
|
@@ -20,7 +20,7 @@ jobs:
|
|
build-package:
|
|
build-package:
|
|
# build python package
|
|
# build python package
|
|
docker:
|
|
docker:
|
|
- - image: cimg/python:3.8-node
|
|
|
|
|
|
+ - image: cimg/python:3.12-node
|
|
steps:
|
|
steps:
|
|
- checkout
|
|
- checkout
|
|
- run:
|
|
- run:
|