Skip to content

Commit d773f8f

Browse files
committed
3.13
1 parent a67a7ac commit d773f8f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = [
1818
"CastXML",
1919
"gccxml",
2020
]
21-
version = "2.6.1"
21+
version = "2.7.0"
2222

2323
classifiers = [
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"
4850
Changelog = "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]
5456
test = [

0 commit comments

Comments
 (0)