Skip to content

Commit

Permalink
Reenable PyPy versions and make CPython 3.10 default
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Feb 23, 2024
1 parent 3afe940 commit ece76e6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,16 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: |
pypy3.7
pypy3.8
pypy3.9
pypy3.10
3.7
3.8
3.9
3.10
3.11
3.12
3.10
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -221,12 +225,16 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: |
pypy3.7
pypy3.8
pypy3.9
pypy3.10
3.7
3.8
3.9
3.10
3.11
3.12
3.10
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit ece76e6

Please sign in to comment.