From 8656b3132dbaa9b8ad1b55a09b62846c21df6e6b Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Sun, 6 Oct 2024 17:12:40 -0400 Subject: [PATCH] Update pyproject.toml by adding Python 3.12 (#120) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index daa66fa..8b9f82a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ] dependencies = [ "numpy>=1.16",