Skip to content

Commit 5fd3580

Browse files
committed
fix: update Python version requirement in pyproject.toml
Adjusts the Python version requirement from ">=3.8, <4.0" to ">=3.9, <4.0".
1 parent baca5a8 commit 5fd3580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
maintainers = [
1616
{ name = "Steffen Graber", email = "s.graber@fz-juelich.de" },
1717
]
18-
requires-python = ">=3.8, <4.0"
18+
requires-python = ">=3.9, <4.0"
1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
2121
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)