From 543e98c3fbb22a2c2698fd7c4c9d3a5af49031e3 Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Sun, 4 Feb 2024 15:59:03 +0100 Subject: [PATCH] Add Py3.12 classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index aa3eb1c..064297c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Development Status :: 3 - Alpha", ] authors = [