Skip to content

Commit

Permalink
Formally support PyPy 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Mar 8, 2024
1 parent 3952ad7 commit 5fa1867
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "pypy3.9"
experimental: [ false ]
include:
- python-version: "pypy3.9"
experimental: true
- python-version: "~3.13.0-0"
experimental: true
steps:
Expand Down

0 comments on commit 5fa1867

Please sign in to comment.