Skip to content

Commit 2dc5805

Browse files
authored
Switch system-tests to python 3.12 (#139)
1 parent 32f0338 commit 2dc5805

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ jobs:
165165
resource_class: large
166166
steps:
167167
- run:
168-
name: Install python 3.9
168+
name: Install python 3.12
169169
command: |
170-
sudo apt-get install python3.9-full python3.9-dev python3.9-venv
170+
sudo apt-get install python3.12-full python3.12-dev python3.12-venv
171171
echo 'export PATH="$HOME/.local/bin:$PATH"' >>"$BASH_ENV"
172172
- run:
173173
name: Clone system-tests
@@ -182,10 +182,10 @@ jobs:
182182
command: |
183183
cd system-tests
184184
pyenv local system
185-
python3.9 --version
186-
python3.9 -m pip install wheel
187-
python3.9 -m pip install -r requirements.txt
188-
sudo ln -sf /usr/bin/python3.9 /usr/bin/python
185+
python3.12 --version
186+
python3.12 -m pip install wheel
187+
python3.12 -m pip install -r requirements.txt
188+
sudo ln -sf /usr/bin/python3.12 /usr/bin/python
189189
190190
- run:
191191
name: Run Parametric tests

0 commit comments

Comments
 (0)