Skip to content

Commit 8dbb474

Browse files
committed
v0.3.1 requiring at least Python 3.8
Only doing this as Python 3.7 no longer working on GitHub actions
1 parent 42670c5 commit 8dbb474

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
@@ -26,7 +26,7 @@ classifiers = [
2626
'Programming Language :: Python :: 3',
2727
'Programming Language :: Python :: 3 :: Only'
2828
]
29-
requires-python = '>=3.7'
29+
requires-python = '>=3.8'
3030
dependencies = [
3131
'flake8>=3',
3232
'restructuredtext_lint',

0 commit comments

Comments
 (0)