Skip to content

Commit a3d461f

Browse files
arhadthedevezio-melottiCAM-Gerlach
authored
Loosen README check for CPython forks (#473)
* Loosen README check for CPython forks * Update blurb/blurb.py Co-authored-by: Ezio Melotti <[email protected]> * Update blurb/blurb.py Co-authored-by: C.A.M. Gerlach <[email protected]> --------- Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 8eb8d10 commit a3d461f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blurb/blurb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ def run(s):
701701
return process.stdout.decode('ascii')
702702

703703

704-
readme_re = re.compile(r"This is Python version [23]\.\d").match
704+
readme_re = re.compile(r"This is \w+ version \d+\.\d+").match
705705

706706
def chdir_to_repo_root():
707707
global root

0 commit comments

Comments
 (0)