Skip to content

Commit

Permalink
bump version ranges to 3.13 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Oct 15, 2024
1 parent 17054da commit 8bca33f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![CI](https://github.com/pypi/stdlib-list/actions/workflows/ci.yml/badge.svg)](https://github.com/pypi/stdlib-list/actions/workflows/ci.yml)

This package includes lists of all of the standard libraries for Python 2.6
through 3.12.
through 3.13.

**IMPORTANT**: If you're on Python 3.10 or newer, you **probably don't need this library**.
See [`sys.stdlib_module_names`](https://docs.python.org/3/library/sys.html#sys.stdlib_module_names)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stdlib-list
===========

This package includes lists of all of the standard libraries for Python 2.6
through 3.12.
through 3.13.

.. note::

Expand Down
2 changes: 1 addition & 1 deletion stdlib_list/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.0"
__version__ = "0.11.0"

# Import all the things that used to be in here for backwards-compatibility reasons
from .base import (
Expand Down

0 comments on commit 8bca33f

Please sign in to comment.