From f3570ce122cc8e41694ffa81196328b34a99768c Mon Sep 17 00:00:00 2001 From: warren Date: Sat, 4 May 2024 19:46:05 -0400 Subject: [PATCH] MAINT: Update pyproject.toml to include python 3.12 in metadata. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8cdb03..d629d41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ [project] name = 'ufunclab' -version = '0.0.8.dev7' +version = '0.0.8.dev8' description = 'NumPy ufuncs and utilities.' readme = 'README.md' requires-python = '>=3.9' @@ -33,6 +33,7 @@ classifiers = [ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development',