Skip to content

Commit 1532942

Browse files
committed
update python version release to use 3.10.19
1 parent cfb08aa commit 1532942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

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

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

1818
- name: Install build dependencies
1919
run: python -m pip install build wheel

0 commit comments

Comments
 (0)