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"
4
4
5
5
[project ]
6
6
name = " constituent_treelib"
7
- version = " 0.0.7 "
7
+ version = " 0.0.8 "
8
8
authors = [
9
9
{ name =" Oren Halvani" }
10
10
]
11
11
description = " A lightweight Python library for constructing, processing, and visualizing constituent trees."
12
12
readme = " README.md"
13
- requires-python = " >=3.6 "
13
+ requires-python = " >=3.9 "
14
14
15
15
classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Intended Audience :: Developers" ,
18
18
" 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" ,
23
20
" Programming Language :: Python :: 3.9" ,
24
21
" Programming Language :: Python :: 3.10" ,
25
22
" Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments