From c4cff913b6e1f2c02ff73d460176be749d71b907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Mon, 23 Oct 2023 13:00:00 +0000 Subject: [PATCH] chore: Use CircleCI image for 3.12 tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- .circleci/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7aaf14d2..714db696 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -204,7 +204,7 @@ jobs: python312: docker: - - image: python:3.12 + - image: cimg/python:3.12.0 - image: cimg/postgres:9.6.24 environment: POSTGRES_USER: root @@ -221,12 +221,6 @@ jobs: - test-subscription working_directory: ~/repo steps: - - run: - name: Install extra Python Dependencies for 3.12 - command: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - source ~/.cargo/env - - checkout - pip-install-deps: requirements: "tests/requirements-312.txt"