From 8878a35df09edae22f549fc4e8d5a3cd4a9ebbe1 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Wed, 18 Oct 2023 04:11:53 +0100 Subject: [PATCH] update python version metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index eeda062..8bf60ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", ] dynamic = ["version"]