Skip to content
Snippets Groups Projects
Unverified Commit 09f0ad48 authored by Pablo Galindo's avatar Pablo Galindo
Browse files

Update the SOURCE_URI in pyspecific.py to point to the new branch

parent 75de8e69
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
GH_ISSUE_URI = 'https://github.com/python/cpython/issues/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/3.11/%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists
from docutils.parsers.rst.states import Body
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment