Skip to content

Commit

Permalink
Add references to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jan 10, 2024
1 parent f715399 commit 3661e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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-dev 3.8-dev 3.9-dev 3.10-dev 3.11-dev )
versions=( 3.7 3.8 3.9 3.10 3.11 3.12)
for ver in ${versions[@]}; do
pyenv install --force ${ver}
pyenv global ${ver}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Object Brokering",
Expand Down

0 comments on commit 3661e8c

Please sign in to comment.