Skip to content

Commit 901289e

Browse files
committed
update python requirement
1 parent 69de6c7 commit 901289e

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ name = "sarray"
77
version = "0.1.0"
88
description = "Meta scheduler merging Slurm Arrays"
99
readme = "README.md"
10-
requires-python = ">=3.13"
10+
requires-python = ">=3.8"
1111
license = {text = "Apache-2.0"}
1212
authors = [
1313
{name = "Nathan Cassereau", email = "nathan.cassereau@polytechnique.edu"},
1414
]
15+
classifiers = [
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.8",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3 :: Only",
23+
]
24+
1525
dependencies = [
1626
"jinja2>=3.1.6",
1727
"rich>=14.3.3",
@@ -23,6 +33,10 @@ dev = [
2333
"pytest>=9.0.2",
2434
]
2535

36+
37+
[project.urls]
38+
"Source" = "https://github.com/ncassereau/sarray"
39+
2640
[tool.setuptools.package-data]
2741
sarray = ["*.jinja"]
2842

0 commit comments

Comments
 (0)