Skip to content

Commit

Permalink
CI/python: Build also for pypy and Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 15, 2024
1 parent ad340ee commit 513fd8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
macos-13, # latest non-beta version
] # see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
python-version: [
'pypy3.10',
'3.10',
'3.11',
'3.12',
'3.13',
] # see https://devguide.python.org/versions/

steps:
Expand All @@ -37,6 +39,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# currently for 3.13; could be disabled when 3.13 is out until 3.14 is being tested
allow-prereleases: true
architecture: x64

- name: Install maturin
Expand Down

0 comments on commit 513fd8c

Please sign in to comment.