File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ CI] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml/badge.svg )] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml )
6
6
7
7
This package includes lists of all of the standard libraries for Python 2.6
8
- through 3.12 .
8
+ through 3.13 .
9
9
10
10
** IMPORTANT** : If you're on Python 3.10 or newer, you ** probably don't need this library** .
11
11
See [ ` 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
2
2
===========
3
3
4
4
This package includes lists of all of the standard libraries for Python 2.6
5
- through 3.12 .
5
+ through 3.13 .
6
6
7
7
.. note ::
8
8
Original file line number Diff line number Diff line change 1
- __version__ = "0.10 .0"
1
+ __version__ = "0.11 .0"
2
2
3
3
# Import all the things that used to be in here for backwards-compatibility reasons
4
4
from .base import (
You can’t perform that action at this time.
0 commit comments