Skip to content

Commit 77e51e5

Browse files
Update python to 3.10 for CI tests (open-telemetry#1485)
1 parent 5bcb31d commit 77e51e5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
PYTHON_VERSION: 3.8.5
25-
PIP_VERSION: 20.2.4
24+
PYTHON_VERSION: '3.10'
25+
PIP_VERSION: '22.0.4'
2626
REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt"
2727
RESULT_PATH: "~/testresults"
2828
GO_VERSION: 1.18.1

.github/workflows/installer-script-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
PACKAGE_TYPE: [ "deb", "rpm" ]
2828
INSTRUMENTATION: [ "true", "false" ]
2929
env:
30-
PYTHON_VERSION: 3.8.5
31-
PIP_VERSION: 20.2.4
30+
PYTHON_VERSION: '3.10'
31+
PIP_VERSION: '22.0.4'
3232
REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt"
3333
RESULT_PATH: "~/testresults"
3434
steps:

.github/workflows/puppet-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
matrix:
2626
PACKAGE_TYPE: [ "deb", "rpm" ]
2727
env:
28-
PYTHON_VERSION: 3.8.5
29-
PIP_VERSION: 20.2.4
28+
PYTHON_VERSION: '3.10'
29+
PIP_VERSION: '22.0.4'
3030
REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt"
3131
RESULT_PATH: "~/testresults"
3232
steps:

.github/workflows/salt-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
env:
21-
PYTHON_VERSION: 3.8.5
22-
PIP_VERSION: 20.2.4
21+
PYTHON_VERSION: '3.10'
22+
PIP_VERSION: '22.0.4'
2323
REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt"
2424
RESULT_PATH: "~/testresults"
2525

0 commit comments

Comments
 (0)