Skip to content

Commit

Permalink
chore: Bump minimal python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
georgkrause committed Apr 10, 2024
1 parent bca9dee commit 68a3985
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 @@ -8,8 +8,6 @@ classifiers = [
"Development Status :: 5 - Production/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 @@ -18,7 +16,7 @@ classifiers = [
]
dynamic = ["version"]

requires-python = ">= 3.6"
requires-python = ">= 3.8"
dependencies = [
"language-data>=1.2"
]
Expand Down

0 comments on commit 68a3985

Please sign in to comment.