Skip to content

Commit 4c3dfd1

Browse files
committed
Updated versions
1 parent 39f0d39 commit 4c3dfd1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ classifiers = [
2020
"License :: OSI Approved :: Apache Software License",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23+
"Programming Language :: Python :: 3.8",
24+
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2329
"Operating System :: OS Independent",
2430
]
2531
keywords = ["tda", "mapper", "topology", "topological data analysis"]
@@ -33,7 +39,7 @@ dependencies = [
3339
"plotly>=6.0.1,<7.0.0",
3440
"joblib>=1.4.2,<2.0.0",
3541
]
36-
requires-python = ">=3.6"
42+
requires-python = ">=3.8"
3743

3844
[project.optional-dependencies]
3945
dev = [

0 commit comments

Comments
 (0)