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 25d381c commit 8483c24Copy full SHA for 8483c24
.github/workflows/push.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.7, 3.8]
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
15
steps:
setup.py
@@ -39,7 +39,6 @@ def read(fname):
39
"Intended Audience :: Developers",
40
"Intended Audience :: Science/Research",
41
"License :: OSI Approved :: MIT License",
42
- # "Programming Language :: Python :: 3.6",
43
"Programming Language :: Python :: 3.7",
44
"Programming Language :: Python :: 3.8",
45
"Topic :: Scientific/Engineering",
0 commit comments