Skip to content

Commit

Permalink
Update Python to 3.10 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 18, 2024
1 parent b3e71e8 commit 8f65edf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*

env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.13"

jobs:
make_sdist:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
if: matrix.os == 'windows-latest'

- name: Run tests
run: |
Expand Down

0 comments on commit 8f65edf

Please sign in to comment.