Skip to content

Commit 0f77da5

Browse files
committed
drop python 3.6, EOL
1 parent 408c391 commit 0f77da5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ branches:
33
- main
44
language: python
55
python:
6-
- '3.6'
76
- '3.7'
87
- '3.8'
98
- '3.9'

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
url="https://github.com/common-workflow-language/cwltool-service",
2121
download_url="https://github.com/common-workflow-language/cwltool-service",
2222
license="Apache 2.0",
23-
python_requires="~=3.6",
23+
python_requires="~=3.7",
2424
setup_requires=["pytest-runner"],
2525
tests_require=["pytest"],
2626
packages=["wes_service", "wes_client"],
@@ -50,7 +50,6 @@
5050
"Operating System :: MacOS :: MacOS X",
5151
"Operating System :: POSIX",
5252
"Programming Language :: Python",
53-
"Programming Language :: Python :: 3.6",
5453
"Programming Language :: Python :: 3.7",
5554
"Programming Language :: Python :: 3.8",
5655
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)