Skip to content

Commit bd85931

Browse files
committed
require python>=3.6
1 parent 6c9d26d commit bd85931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: [3.5, 3.6, 3.7, 3.8]
17+
python-version: [3.6, 3.7, 3.8]
1818
sphinx-version: ["", "4.0.*", "3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*", "2.4.*", "2.3.*", "2.2.*"]
1919

2020
steps:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def readme():
2929
'Operating System :: OS Independent',
3030
],
3131
keywords='sphinx autodoc autosummary content table',
32-
python_requires=">=3.5",
32+
python_requires=">=3.6",
3333
url='https://github.com/Chilipp/autodocsumm',
3434
author='Philipp S. Sommer',
3535
author_email='[email protected]',

0 commit comments

Comments
 (0)