Skip to content

Commit f987d68

Browse files
authored
Update pyproject.toml
1 parent ef91bac commit f987d68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.13"
44
license = {file = "LICENSE"}
55
readme = "README.md"
66
description = "Targetted language identifier, based on FastText and Hunspell."
7-
requires-python = ">=3.8"
7+
requires-python = ">=3.10"
88
dependencies = [
99
"cyhunspell>=2.0.2, <=2.0.3",
1010
"fastspell-dictionaries==3.4",
@@ -18,9 +18,9 @@ dependencies = [
1818
classifiers = [
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",

0 commit comments

Comments
 (0)