File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords = [
1818 " CastXML" ,
1919 " gccxml" ,
2020]
21- version = " 2.6.1 "
21+ version = " 2.7.0 "
2222
2323classifiers = [
2424 " Development Status :: 5 - Production/Stable" ,
@@ -32,6 +32,8 @@ classifiers = [
3232 " Programming Language :: Python :: 3.9" ,
3333 " Programming Language :: Python :: 3.10" ,
3434 " Programming Language :: Python :: 3.11" ,
35+ " Programming Language :: Python :: 3.12" ,
36+ " Programming Language :: Python :: 3.13" ,
3537 " Programming Language :: Python :: Implementation :: CPython" ,
3638 " Programming Language :: Python :: Implementation :: PyPy" ,
3739 " Topic :: Software Development" ,
@@ -48,7 +50,7 @@ Repository = "https://github.com/CastXML/pygccxml"
4850Changelog = " https://github.com/CastXML/pygccxml/CHANGELOG.md"
4951
5052[options ]
51- python_requires = " >=3.7 "
53+ python_requires = " >=3.9 "
5254
5355[project .optional-dependencies ]
5456test = [
You can’t perform that action at this time.
0 commit comments