From bd078e869d297cbe007d33b0026307f7922a09d0 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 15 Oct 2024 19:43:52 +0100 Subject: [PATCH] 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::