Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 12, 2023
1 parent f1337cf commit bc90466
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion repo_helper/configuration/python_versions_.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,14 @@ class python_versions(ConfigVar):

@staticmethod
def _is_experimental(version: str):
if version in {"pypy39", "pypy3.9", "pypy310", "pypy3.10", "pypy311", "pypy3.11", }:
if version in {
"pypy39",
"pypy3.9",
"pypy310",
"pypy3.10",
"pypy311",
"pypy3.11",
}:
return True

try:
Expand Down

0 comments on commit bc90466

Please sign in to comment.