Skip to content

Commit

Permalink
Update extension_helpers/_setup_helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Conor MacBride <conor@macbride.me>
  • Loading branch information
lpsinger and ConorMacBride committed Jul 26, 2023
1 parent 6547724 commit cdfeeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension_helpers/_setup_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


def _abi_to_version_info(abi):
match = re.fullmatch(r'^cp(\d)(\d)$', abi)
match = re.fullmatch(r'^cp(\d)(\d+)$', abi)
if match is None:
return None
else:
Expand Down

0 comments on commit cdfeeac

Please sign in to comment.