From 546c8ea93c7fecdeb41b074c256cc45885b2d9c4 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Fri, 1 Dec 2023 21:20:22 -0800 Subject: [PATCH] update python 3.12 identifier and readme. CI is already building 3.12 wheels. --- README.rst | 6 +++--- setup.py | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d3fa3ff..c8f1b36 100644 --- a/README.rst +++ b/README.rst @@ -88,9 +88,9 @@ This is as simple as it can be:: At the moment wheels (which require no build) are provided for the following platforms, on other platforms the source package is used and a compiler is required: - - Linux: Python 3.6 - 3.11 / x86_64, arm64 - - MacOS: Python 3.6 - 3.11 / x86_64, arm64 - - Windows: Python 3.6 - 3.11 / 32- & 64-bit + - Linux: Python 3.8 - 3.12 / x86_64, arm64 + - MacOS: Python 3.8 - 3.12 / x86_64, arm64 + - Windows: Python 3.8 - 3.12 / 32- & 64-bit Development Setup diff --git a/setup.py b/setup.py index 2ef2e64..378a79a 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Embedded Systems", "Topic :: Software Development :: Libraries",