Skip to content

Commit

Permalink
fix(gha): drop PyPy from the default list for the GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jan 28, 2025
1 parent d25a067 commit cd6b727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-24.04-arm
- windows-2019
- windows-2022
- macos-13
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
python-versions:
description: "comma-separated list of python versions to install"
required: false
default: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy-3.10"
default: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13"
branding:
icon: package
color: blue
Expand Down

0 comments on commit cd6b727

Please sign in to comment.