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 = [
18
18
" CastXML" ,
19
19
" gccxml" ,
20
20
]
21
- version = " 2.6.1 "
21
+ version = " 2.7.0 "
22
22
23
23
classifiers = [
24
24
" Development Status :: 5 - Production/Stable" ,
@@ -32,6 +32,8 @@ classifiers = [
32
32
" Programming Language :: Python :: 3.9" ,
33
33
" Programming Language :: Python :: 3.10" ,
34
34
" Programming Language :: Python :: 3.11" ,
35
+ " Programming Language :: Python :: 3.12" ,
36
+ " Programming Language :: Python :: 3.13" ,
35
37
" Programming Language :: Python :: Implementation :: CPython" ,
36
38
" Programming Language :: Python :: Implementation :: PyPy" ,
37
39
" Topic :: Software Development" ,
@@ -48,7 +50,7 @@ Repository = "https://github.com/CastXML/pygccxml"
48
50
Changelog = " https://github.com/CastXML/pygccxml/CHANGELOG.md"
49
51
50
52
[options ]
51
- python_requires = " >=3.7 "
53
+ python_requires = " >=3.9 "
52
54
53
55
[project .optional-dependencies ]
54
56
test = [
You can’t perform that action at this time.
0 commit comments