Skip to content

Commit 7318eb6

Browse files
authored
Merge pull request #531 from tableau/trying_without_python_3.6
want to try github actions without python 3.6
2 parents 723df33 + cf76f71 commit 7318eb6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 1 addition & 2 deletions
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",
@@ -60,7 +59,7 @@ def read(fname):
6059
"tabpy_server/common/default.conf",
6160
]
6261
},
63-
python_requires=">=3.6",
62+
python_requires=">=3.7",
6463
license="MIT",
6564
# Note: many of these required packages are included in base python
6665
# but are listed here because different linux distros use custom

0 commit comments

Comments
 (0)