Skip to content

Commit 25e1c8b

Browse files
committed
fix: update Python version to 3.9 in workflow files
1 parent 0415a15 commit 25e1c8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: "3.7"
16+
python-version: "3.9"
1717
- name: Build packages
1818
run: bash foreach.sh build
1919
- name: Publish packages

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.7"
18+
python-version: "3.9"
1919
- name: Install dependencies
2020
run: |
2121
bash foreach.sh install

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: "3.7"
14+
python-version: "3.9"
1515
- name: Build packages
1616
run: |
1717
bash foreach.sh build

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- python-version: "3.7"
24+
- python-version: "3.9"
2525
arch: "ARM64"
2626
- python-version: "3.13"
2727
arch: "X64"

0 commit comments

Comments
 (0)