File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55[ ![ CI] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml/badge.svg )] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml )
66
77This package includes lists of all of the standard libraries for Python 2.6
8- through 3.12 .
8+ through 3.13 .
99
1010** IMPORTANT** : If you're on Python 3.10 or newer, you ** probably don't need this library** .
1111See [ ` sys.stdlib_module_names ` ] ( https://docs.python.org/3/library/sys.html#sys.stdlib_module_names )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ stdlib-list
22===========
33
44This package includes lists of all of the standard libraries for Python 2.6
5- through 3.12 .
5+ through 3.13 .
66
77.. note ::
88
Original file line number Diff line number Diff line change 1- __version__ = "0.10 .0"
1+ __version__ = "0.11 .0"
22
33# Import all the things that used to be in here for backwards-compatibility reasons
44from .base import (
You can’t perform that action at this time.
0 commit comments