Skip to content

Commit 5fcf715

Browse files
authored
Update pyproject.toml
1 parent e891eec commit 5fcf715

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 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.15"
2020
classifiers = [
2121
"Development Status :: 5 - Production/Stable",
2222
"Topic :: Scientific/Engineering :: Physics",
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
]
3132
dependencies = [
3233
"cloudpickle==3.1.1",

0 commit comments

Comments
 (0)