Skip to content

Commit

Permalink
Merge pull request #3289 from davidhewitt/pypy-3.10
Browse files Browse the repository at this point in the history
support PyPy 3.10
  • Loading branch information
davidhewitt authored Jul 3, 2023
2 parents da7c031 + 9f2176c commit 0e9c041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
build:
continue-on-error: ${{ contains(fromJSON('["3.7", "3.12-dev", "pypy3.7", "pypy3.10-nightly"]'), inputs.python-version) }}
continue-on-error: ${{ contains(fromJSON('["3.7", "3.12-dev", "pypy3.7", "pypy3.10"]'), inputs.python-version) }}
runs-on: ${{ inputs.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
"pypy3.7",
"pypy3.8",
"pypy3.9",
"pypy3.10-nightly",
"pypy3.10",
]
platform:
[
Expand Down
1 change: 1 addition & 0 deletions newsfragments/3289.packaging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support PyPy 3.10.

0 comments on commit 0e9c041

Please sign in to comment.