Skip to content

Commit 651a579

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-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)