Skip to content

Commit abf89ac

Browse files
committed
updated supported python versions
1 parent 66415ab commit abf89ac

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
license = {text = "Apache-2.0"}
1414
readme = "README.md"
15-
requires-python = ">=3.8"
15+
requires-python = ">=3.10"
1616
dependencies = [
1717
"geopandas",
1818
"fiona",
@@ -21,11 +21,10 @@ dependencies = [
2121
classifiers = [
2222
"Development Status :: 4 - Beta",
2323
"Intended Audience :: Developers",
24-
"License :: OSI Approved :: MIT License",
24+
"Framework :: Django",
25+
"License :: OSI Approved :: Apache Software License",
2526
"Operating System :: OS Independent",
26-
"Programming Language :: Python :: 3",
27-
"Programming Language :: Python :: 3.8",
28-
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3 :: Only",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",
3130
"Programming Language :: Python :: 3.12",
@@ -38,10 +37,10 @@ Issues = "https://github.com/CESNET/cesnet_service_path_plugin/issues"
3837

3938
[project.optional-dependencies]
4039
dev = [
41-
"black==24.3.0",
40+
"black",
4241
"autopep8",
43-
"pip==24.0",
44-
"check-manifest==0.49",
42+
"pip",
43+
"check-manifest",
4544
]
4645

4746
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)