From f2f7cfc803364a65ad15d5a8ef17507aceadd8c2 Mon Sep 17 00:00:00 2001 From: Dennis Collaris Date: Mon, 3 Feb 2025 13:44:48 +0100 Subject: [PATCH] chore: update circleci config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20a5fbf..2879505 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: docker: # specify the version you desire here # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` - - image: circleci/python:3.9.2 + - image: cimg/python:3.12.8 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images @@ -33,7 +33,7 @@ jobs: python3 -m venv venv . venv/bin/activate pip install -r requirements.txt - sudo pip install codecov + pip install codecov setuptools - run: name: install openjdk