File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.13"
44license = {file = " LICENSE" }
55readme = " README.md"
66description = " Targetted language identifier, based on FastText and Hunspell."
7- requires-python = " >=3.8 "
7+ requires-python = " >=3.10 "
88dependencies = [
99 " cyhunspell>=2.0.2, <=2.0.3" ,
1010 " fastspell-dictionaries==3.4" ,
@@ -18,9 +18,9 @@ dependencies = [
1818classifiers = [
1919 " Environment :: Console" ,
2020 " Intended Audience :: Science/Research" ,
21- " Programming Language :: Python :: 3.8" ,
22- " Programming Language :: Python :: 3.9" ,
2321 " Programming Language :: Python :: 3.10" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
2424 " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
2525 " Operating System :: POSIX :: Linux" ,
2626 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
You can’t perform that action at this time.
0 commit comments