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 = [