We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba129a1 commit 8248f58Copy full SHA for 8248f58
appveyor.yml
@@ -6,7 +6,6 @@ image: Visual Studio 2019
6
# environment variables
7
environment:
8
matrix:
9
- - PYTHON: "C:\\Python36-x64"
10
- PYTHON: "C:\\Python37-x64"
11
- PYTHON: "C:\\Python38-x64"
12
- PYTHON: "C:\\Python39-x64"
setup.py
@@ -27,7 +27,7 @@
27
'ipykernel',
28
'coverage',
29
],
30
- python_requires='>=3.6, <4',
+ python_requires='>=3.7, <4',
31
classifiers = [
32
'Framework :: IPython',
33
'Framework :: Pytest',
0 commit comments