From bd078e869d297cbe007d33b0026307f7922a09d0 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 15 Oct 2024 19:43:52 +0100 Subject: [PATCH 1/2] bump version ranges to 3.13 Signed-off-by: William Woodruff --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fce91f3..eec317c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/index.rst b/docs/index.rst index cd5de4f..d6ec838 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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:: From 9b61f77ecf93f222988d98f2559d259d2021317c Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 15 Oct 2024 19:45:04 +0100 Subject: [PATCH 2/2] stdlib_list: 0.11.0 Signed-off-by: William Woodruff --- stdlib_list/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib_list/__init__.py b/stdlib_list/__init__.py index 8118e8b..462a086 100644 --- a/stdlib_list/__init__.py +++ b/stdlib_list/__init__.py @@ -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 (