File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -562,14 +562,10 @@ the main repo.
562
562
- Make sure the ``SOURCE_URI `` in ``Doc/tools/extensions/pyspecific.py ``
563
563
points to ``main ``.
564
564
565
- - Update the version numbers for the Windows builds in PC/ and
566
- PCbuild/, which have references to python38.
567
- NOTE, check with Steve Dower about this step, it is probably obsolete.::
568
-
569
- $ find PC/ PCbuild/ -type f | xargs sed -i 's/python38/python39/g'
570
- $ git mv -f PC/os2emx/python38.def PC/os2emx/python39.def
571
- $ git mv -f PC/python38stub.def PC/python39stub.def
572
- $ git mv -f PC/python38gen.py PC/python39gen.py
565
+ - Update the version numbers for the Windows builds
566
+ which have references to ``python38 ``::
567
+
568
+ ls PC/pyconfig.h.in PCbuild/rt.bat | xargs sed -i 's/python3\(\.\?\)[0-9]\+/python3\19/g'
573
569
574
570
- Commit these changes to the main branch::
575
571
You can’t perform that action at this time.
0 commit comments