Skip to content

Commit e9f3f8b

Browse files
committed
build: drop Pyhton 3.6 support
1 parent 1bb7d91 commit e9f3f8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

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

99
strategy:
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8]
11+
python-version: [3.7, 3.8]
1212
os: [ubuntu-latest]
1313
include:
1414
- os: windows-latest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"nbconvert>=5.5",
3636
"nbformat",
3737
],
38-
python_requires=">= 3.6",
38+
python_requires=">= 3.7",
3939
package_data={"jupyter_sphinx": ["thebelab/*", "css/*"]},
4040
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37
2+
envlist = py37
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)