Skip to content

Commit 8483c24

Browse files
committed
removed python 3.6 from push.yml and setup.py
1 parent 25d381c commit 8483c24

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/push.yml

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

1010
strategy:
1111
matrix:
12-
python-version: [3.6, 3.7, 3.8]
12+
python-version: [3.7, 3.8]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414

1515
steps:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def read(fname):
3939
"Intended Audience :: Developers",
4040
"Intended Audience :: Science/Research",
4141
"License :: OSI Approved :: MIT License",
42-
# "Programming Language :: Python :: 3.6",
4342
"Programming Language :: Python :: 3.7",
4443
"Programming Language :: Python :: 3.8",
4544
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)