Skip to content

Commit 2735ed8

Browse files
authored
Increase minimum python version (#737)
1 parent 0019d02 commit 2735ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
readme = "README.md"
1717
license = { file = "LICENSE" }
1818
keywords = ["high performance computing", "hpc", "task scheduler", "slurm", "flux-framework", "executor"]
19-
requires-python = ">=3.9, <3.14"
19+
requires-python = ">3.9, <3.14"
2020
classifiers = [
2121
"Development Status :: 5 - Production/Stable",
2222
"Topic :: Scientific/Engineering :: Physics",

0 commit comments

Comments
 (0)