You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ authors = [
12
12
description = "Extend NeXus for experiments and characterization in Materials Science and Materials Engineering and serve as a NOMAD parser implementation for NeXus."
13
13
readme = "README.md"
14
14
license = { file = "LICENSE" }
15
-
requires-python = ">=3.9"
15
+
requires-python = ">=3.10"
16
16
classifiers = [
17
-
"Programming Language :: Python :: 3.9",
18
17
"Programming Language :: Python :: 3.10",
19
18
"Programming Language :: Python :: 3.11",
20
19
"Programming Language :: Python :: 3.12",
20
+
"Programming Language :: Python :: 3.13",
21
21
"License :: OSI Approved :: Apache Software License",
0 commit comments