Skip to content

Commit acf7851

Browse files
committed
update python version
1 parent 4d5b0fd commit acf7851

4 files changed

Lines changed: 8 additions & 89 deletions

File tree

.github/workflows/apigee-release-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
token="${token#\"}"
9191
echo "APIGEE_ACCESS_TOKEN=$token" >> $GITHUB_ENV
9292
93-
- name: Install Python 3.9
93+
- name: Install Python 3.13
9494
uses: actions/setup-python@v5
9595
with:
96-
python-version: 3.9
96+
python-version: 3.13
9797

9898
- name: Upgrade python packaging tools
9999
run: python -m pip install --upgrade pip cryptography

.github/workflows/continous-integration-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1616

17-
- name: Install Python 3.9
17+
- name: Install Python 3.13
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.9
20+
python-version: 3.13
2121

2222
- name: Update apt repositories
2323
run: sudo apt update

.github/workflows/spec-release-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
echo PR number - $pr_number
4040
fi
4141
42-
- name: Install Python 3.9
42+
- name: Install Python 3.13
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: 3.9
45+
python-version: 3.13
4646

4747
- name: Install Proxygen client
4848
run: |

poetry.lock

Lines changed: 2 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)