Skip to content

Commit

Permalink
Constrain python versions to >=3.9 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaarthShah authored Dec 2, 2024
1 parent 2ffa7e1 commit b50331b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: '>=3.9'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: '>=3.9'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: '>=3.9'
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -116,7 +116,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: '>=3.9'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit b50331b

Please sign in to comment.