From 6e00bacb446dfc62351e5c63425052dbfb8e53fb Mon Sep 17 00:00:00 2001 From: ramnes Date: Sat, 4 Nov 2023 15:32:09 +0100 Subject: [PATCH] Add support for Python 3.12 --- .github/workflows/test.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a41c90e1..3514838b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: diff --git a/setup.py b/setup.py index 81192232..4f5606e9 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ def get_description(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", ],