Skip to content

Commit 3562d26

Browse files
committed
Doc: Python 3.8 EOL
1 parent 77e822a commit 3562d26

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

NEWS.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Upgrade Guide
88

99
ADIOS 2.9.0 is now the minimally supported version for ADIOS2 support.
1010

11+
Python 3.8 support is EOL and removed.
12+
13+
1114
0.16.0
1215
------
1316

@@ -24,7 +27,7 @@ Group-Based encoding is deprecated in ADIOS2 due to performance considerations.
2427

2528
CMake 3.22.0 is now the minimally supported version for CMake.
2629
pybind11 2.13.0 is now the minimally supported version for Python support.
27-
Python 3.12 & 3.13 are now supported, Python 3.7 is removed.
30+
Python 3.12 & 3.13 are now supported, Python 3.7 is EOL and removed.
2831

2932
The ``len(...)`` of many classes has been reworked for consistency and returns now the number of entries (iterations, record components, etc.).
3033
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)