Skip to content

Commit aa7ff03

Browse files
authored
set requires-python to 3.8 (#94)
I forgot before.
1 parent 5da8ed1 commit aa7ff03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
'Topic :: Internet',
3535
'Typing :: Typed',
3636
]
37-
requires-python = '>=3.7'
37+
requires-python = '>=3.8'
3838
dependencies = [
3939
'pytz>=2021.3',
4040
]

0 commit comments

Comments
 (0)