File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,19 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " constituent_treelib"
7- version = " 0.0.7 "
7+ version = " 0.0.8 "
88authors = [
99 { name =" Oren Halvani" }
1010]
1111description = " A lightweight Python library for constructing, processing, and visualizing constituent trees."
1212readme = " README.md"
13- requires-python = " >=3.6 "
13+ requires-python = " >=3.9 "
1414
1515classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments