Skip to content

Commit

Permalink
Adjusted debugging versions to match project
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Sep 25, 2024
1 parent f3b7035 commit 667040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/advanced-debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let's use `pyenv` to install Python versions under active development. Since dev

.. code-block:: bash
versions=( 3.7 3.8 3.9 3.10 3.11 3.12)
versions=( 3.8 3.9 3.10 3.11 3.12 3.13.0rc2 3.14-dev)
for ver in ${versions[@]}; do
pyenv install --force ${ver}
pyenv global ${ver}
Expand Down

0 comments on commit 667040a

Please sign in to comment.