From f1834a421d4ed131d5a34afbd7f122939d7269b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florentin=20D=C3=B6rre?= Date: Mon, 8 Jan 2024 15:28:36 +0100 Subject: [PATCH] Add 3.12 classifier to pyproject.toml based on https://github.com/pandas-dev/pandas/pull/56333 I assume Co-Authored-By: Adam Schill Collberg --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 77b49d4474334..4b4df9fb29a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ classifiers = [ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering' ]