Skip to content

Commit ed9b790

Browse files
authored
Merge branch 'CastXML:develop' into tests
2 parents 94cb60a + e78592d commit ed9b790

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Docker image:
1010
# https://mybinder.readthedocs.io/en/latest/using/config_files.html
1111

12-
FROM ubuntu:18.04
12+
FROM ubuntu:24.04
1313

1414
ARG NB_USER=jovyan
1515
ARG NB_UID=1000

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)