Skip to content

Commit 8248f58

Browse files
committed
Drop testing on Python 3.6
1 parent ba129a1 commit 8248f58

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ image: Visual Studio 2019
66
# environment variables
77
environment:
88
matrix:
9-
- PYTHON: "C:\\Python36-x64"
109
- PYTHON: "C:\\Python37-x64"
1110
- PYTHON: "C:\\Python38-x64"
1211
- PYTHON: "C:\\Python39-x64"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'ipykernel',
2828
'coverage',
2929
],
30-
python_requires='>=3.6, <4',
30+
python_requires='>=3.7, <4',
3131
classifiers = [
3232
'Framework :: IPython',
3333
'Framework :: Pytest',

0 commit comments

Comments
 (0)