Skip to content

Commit 62c1947

Browse files
committed
Don't require PyPy 3.9 CI checks to pass.
1 parent 78972f4 commit 62c1947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repo_helper_github/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,8 @@ def compile_required_checks(repo: RepoHelper) -> Iterator[str]:
544544
for version in set_gh_actions_versions(py_versions):
545545
if version == "pypy-3.7":
546546
continue
547+
if version == "pypy-3.9":
548+
continue
547549

548550
with suppress(InvalidVersion):
549551
if Version(version).is_prerelease:

0 commit comments

Comments
 (0)