Skip to content

Commit

Permalink
chore: Bump minimum python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
georgkrause committed Feb 23, 2024
1 parent 6db4afb commit 48bebd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ classifiers = [
"Development Status :: 5 - Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -24,7 +22,7 @@ Repository = "https://github.com/georgkrause/language_data"
Issues = "https://github.com/georgkrause/language_data/issues"

[tool.poetry.dependencies]
python = ">= 3.6"
python = ">= 3.8"
marisa-trie = "^0.7.7"

[build-system]
Expand Down

0 comments on commit 48bebd9

Please sign in to comment.