Skip to content

Commit

Permalink
Loosen README check for CPython forks (#473)
Browse files Browse the repository at this point in the history
* Loosen README check for CPython forks

* Update blurb/blurb.py

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>

* Update blurb/blurb.py

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>

---------

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
3 people committed Mar 5, 2023
1 parent 8eb8d10 commit a3d461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blurb/blurb.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def run(s):
return process.stdout.decode('ascii')


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

def chdir_to_repo_root():
global root
Expand Down

0 comments on commit a3d461f

Please sign in to comment.