Skip to content

Commit 28b7801

Browse files
author
Han Wang
committed
chore: bump Python version in test_import and pub-pypi workflows to 3.10
1 parent a9fc91f commit 28b7801

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pub-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212

13-
- name: Set up Python 3.9
13+
- name: Set up Python 3.10
1414
uses: actions/setup-python@master
1515
with:
16-
python-version: 3.9
16+
python-version: "3.10"
1717

1818
- name: Install pypa/build
1919
run: >-

.github/workflows/test_import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212
- uses: actions/setup-python@v6
1313
with:
14-
python-version: '3.9'
14+
python-version: '3.10'
1515
architecture: 'x64'
1616
- run: python -m pip install uv
1717
- run: python -m uv pip install --system .

0 commit comments

Comments
 (0)