Skip to content

Commit 559894f

Browse files
chore: update user retirement to use python3.11
1 parent caaf0c5 commit 559894f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataeng/resources/user-retirement-collector.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env
1212
# setting on the jenkins worker, it would be safest to keep the builds from
1313
# clobbering each other's virtualenvs.
1414
VENV="venv-${BUILD_NUMBER}"
15-
virtualenv --python=python3.8 --clear "${VENV}"
15+
virtualenv --python=python3.11 --clear "${VENV}"
1616
source "${VENV}/bin/activate"
1717

1818
# Make sure that when we try to write unicode to the console, it

dataeng/resources/user-retirement-driver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env
1212
# setting on the jenkins worker, it would be safest to keep the builds from
1313
# clobbering each other's virtualenvs.
1414
VENV="venv-${BUILD_NUMBER}"
15-
virtualenv --python=python3.8 --clear "${VENV}"
15+
virtualenv --python=python3.11 --clear "${VENV}"
1616
source "${VENV}/bin/activate"
1717

1818
# Make sure that when we try to write unicode to the console, it

0 commit comments

Comments
 (0)