Skip to content

Commit bf72823

Browse files
committed
Python: 3.14 OK
1 parent 0e818b1 commit bf72823

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Upgrade Guide
99
ADIOS 2.9.0 is now the minimally supported version for ADIOS2 support.
1010

1111
Python 3.8 support is EOL and removed.
12+
Python 3.14 is now supported.
1213

1314

1415
0.16.0

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.9 - 3.13
118+
* Python 3.9 - 3.14
119119
* pybind11 2.13.0+
120120
* numpy 1.15+
121121
* mpi4py 2.1+ (optional, for MPI)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def build_extension(self, ext):
237237
'Programming Language :: Python :: 3.11',
238238
'Programming Language :: Python :: 3.12',
239239
'Programming Language :: Python :: 3.13',
240+
'Programming Language :: Python :: 3.14',
240241
('License :: OSI Approved :: '
241242
'GNU Lesser General Public License v3 or later (LGPLv3+)'),
242243
],

0 commit comments

Comments
 (0)