Skip to content

Commit 8bca33f

Browse files
authored
bump version ranges to 3.13 (#133)
1 parent 17054da commit 8bca33f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

77
This 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**.
1111
See [`sys.stdlib_module_names`](https://docs.python.org/3/library/sys.html#sys.stdlib_module_names)

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ stdlib-list
22
===========
33

44
This 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

stdlib_list/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
from .base import (

0 commit comments

Comments
 (0)