Skip to content

Commit

Permalink
Upgrade system-tests to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Jul 9, 2024
1 parent 6f2b231 commit a12290b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.continue.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ commands:
cacheType: lib

- run:
name: Install python 3.9
name: Install python 3.12
command: |
sudo apt-get install python3.9-full python3.9-dev python3.9-venv
sudo apt-get install -y python3.12-full python3.12-dev python3.12-venv
echo 'export PATH="$HOME/.local/bin:$PATH"' >>"$BASH_ENV"

- run:
Expand Down Expand Up @@ -797,8 +797,7 @@ jobs:
system-tests:
machine:
# https://support.circleci.com/hc/en-us/articles/360007324514-How-can-I-use-Docker-volume-mounting-on-CircleCI-
image: ubuntu-2004:current
image: ubuntu-2404:2024.05.1
resource_class: medium
parameters:
weblog-variant:
Expand Down

0 comments on commit a12290b

Please sign in to comment.