Skip to content

Commit 68a3985

Browse files
committed
chore: Bump minimal python version to 3.8
1 parent bca9dee commit 68a3985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ classifiers = [
88
"Development Status :: 5 - Production/Stable",
99
"License :: OSI Approved :: MIT License",
1010
"Programming Language :: Python :: 3",
11-
"Programming Language :: Python :: 3.6",
12-
"Programming Language :: Python :: 3.7",
1311
"Programming Language :: Python :: 3.8",
1412
"Programming Language :: Python :: 3.9",
1513
"Programming Language :: Python :: 3.10",
@@ -18,7 +16,7 @@ classifiers = [
1816
]
1917
dynamic = ["version"]
2018

21-
requires-python = ">= 3.6"
19+
requires-python = ">= 3.8"
2220
dependencies = [
2321
"language-data>=1.2"
2422
]

0 commit comments

Comments
 (0)