Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
New hash for commit
  • Loading branch information
humitos committed Oct 25, 2022
commit 6a5ce41ca394aa54d438ba3f09e7965f4ff5ca1e
2 changes: 1 addition & 1 deletion .overrides/upgrade-python-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We are currently in branch 3.10, and we want to update the strings from 3.11.
git submodule init
git submodule update

#. Fetch the `latest commit of 3.11 branch <https://github.com/python/cpython/commit/69b6b56d857440183e227ca0b10c84bca4239985>`_::
#. Fetch the `latest commit of 3.11 branch <https://github.com/python/cpython/commit/b3cafb60afeb2300002af9982d43703435b8302d>`_::

cd cpython/
git fetch --depth 1 origin b3cafb60afeb2300002af9982d43703435b8302d
Expand Down