Skip to content

Commit f314647

Browse files
author
Halvani
committed
Updated pyproject.toml
1 parent 741031b commit f314647

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,19 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "constituent_treelib"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
authors = [
99
{ name="Oren Halvani" }
1010
]
1111
description = "A lightweight Python library for constructing, processing, and visualizing constituent trees."
1212
readme = "README.md"
13-
requires-python = ">=3.6"
13+
requires-python = ">=3.9"
1414

1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: MIT License",
19-
"Operating System :: OS Independent",
20-
"Programming Language :: Python :: 3.6",
21-
"Programming Language :: Python :: 3.7",
22-
"Programming Language :: Python :: 3.8",
19+
"Operating System :: OS Independent",
2320
"Programming Language :: Python :: 3.9",
2421
"Programming Language :: Python :: 3.10",
2522
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)