File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Upgrade Guide
99ADIOS 2.9.0 is now the minimally supported version for ADIOS2 support.
1010
1111Python 3.8 support is EOL and removed.
12+ Python 3.14 is now supported.
1213
1314
14150.16.0
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ while those can be built either with or without:
115115
116116Optional 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)
Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments