From 39fc14a10ccf55ddb206ac97fa5ad6bccee8263b Mon Sep 17 00:00:00 2001 From: Piper Thunstrom Date: Sun, 26 Nov 2023 15:58:48 -0800 Subject: [PATCH] Bumps metadata ahead of 3.2 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 938eee37..5caeffcc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,11 +17,11 @@ classifiers = License :: OSI Approved :: Artistic License Natural Language :: English Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Games/Entertainment Topic :: Software Development :: Libraries Operating System :: OS Independent @@ -37,4 +37,4 @@ setup_requires = wheel setuptools_scm -python_requires = >= 3.6 +python_requires = >= 3.8