Skip to content

Commit

Permalink
Merge pull request #291 from chrysn-pull-requests/more-py-targets
Browse files Browse the repository at this point in the history
More Python targets: 3.13, pypy3.10
  • Loading branch information
geonnave authored Aug 19, 2024
2 parents c1fcad7 + 513fd8c commit fd4c797
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 fd4c797

Please sign in to comment.