From d773f8f44ee3b3bdac7dd1592b4b44b411b67be4 Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 11 Feb 2025 19:35:21 +0100 Subject: [PATCH] 3.13 --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8abdfac0..0b672d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "CastXML", "gccxml", ] -version = "2.6.1" +version = "2.7.0" classifiers = [ "Development Status :: 5 - Production/Stable", @@ -32,6 +32,8 @@ 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.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development", @@ -48,7 +50,7 @@ Repository = "https://github.com/CastXML/pygccxml" Changelog = "https://github.com/CastXML/pygccxml/CHANGELOG.md" [options] -python_requires = ">=3.7" +python_requires = ">=3.9" [project.optional-dependencies] test = [