Skip to content

Commit 6f767c3

Browse files
ax3lfranzpoeschel
authored andcommitted
pybind11: 2.13.0+
1 parent 74e583c commit 6f767c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Note that ADIOS2 does not support compression in BP3 files.
1515

1616
CMake 3.22.0 is now the minimally supported version for CMake.
1717
pybind11 2.13.0 is now the minimally supported version for Python support.
18-
Python 3.12 & 3.13 are now supported, Python 3.7 is removed.
18+
Python 3.12 & 3.13 are now supported, Python 3.7 & 3.8 are removed.
1919

2020
The ``len(...)`` of many classes has been reworked for consistency and returns now the number of entries (iterations, record components, etc.).
2121
Previously, this sporadically returned the number of attributes, which is better queried via ``len(<object>.attributes)``.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ while those can be built either with or without:
115115

116116
Optional language bindings:
117117
* Python:
118-
* Python 3.8 - 3.13
118+
* Python 3.9 - 3.13
119119
* pybind11 2.13.0+
120120
* numpy 1.15+
121121
* mpi4py 2.1+ (optional, for MPI)

docs/source/dev/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Optional: language bindings
3838

3939
* Python:
4040

41-
* Python 3.8 - 3.13
41+
* Python 3.9 - 3.13
4242
* pybind11 2.13.0+
4343
* numpy 1.15+
4444
* mpi4py 2.1+ (optional, for MPI)

0 commit comments

Comments
 (0)