Skip to content

Commit 8f65edf

Browse files
committed
Update Python to 3.10 in workflows
1 parent b3e71e8 commit 8f65edf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v*
77

88
env:
9-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"
9+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.13"
1010

1111
jobs:
1212
make_sdist:

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.10'
17+
if: matrix.os == 'windows-latest'
1418

1519
- name: Run tests
1620
run: |

0 commit comments

Comments
 (0)