Skip to content

Commit 5b4c0d1

Browse files
committed
chore: Use CircleCI image for 3.12 tests
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
1 parent 47b1c4b commit 5b4c0d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204

205205
python312:
206206
docker:
207-
- image: python:3.12
207+
- image: cimg/python:3.12.0
208208
- image: cimg/postgres:9.6.24
209209
environment:
210210
POSTGRES_USER: root
@@ -221,12 +221,6 @@ jobs:
221221
- test-subscription
222222
working_directory: ~/repo
223223
steps:
224-
- run:
225-
name: Install extra Python Dependencies for 3.12
226-
command: |
227-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
228-
source ~/.cargo/env
229-
230224
- checkout
231225
- pip-install-deps:
232226
requirements: "tests/requirements-312.txt"

0 commit comments

Comments
 (0)