Skip to content

Commit

Permalink
Update wheels.yaml
Browse files Browse the repository at this point in the history
Bumped minimum python version
  • Loading branch information
calbaker authored Jan 15, 2025
1 parent 228c215 commit 47df893
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- macos
- windows
python-version:
- "9"
- "10"
- "11"
include:
Expand All @@ -36,7 +35,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"

- name: set up rust
if: matrix.os != 'ubuntu'
Expand Down

0 comments on commit 47df893

Please sign in to comment.