File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ branches:
3
3
- main
4
4
language : python
5
5
python :
6
- - ' 3.6'
7
6
- ' 3.7'
8
7
- ' 3.8'
9
8
- ' 3.9'
Original file line number Diff line number Diff line change 20
20
url = "https://github.com/common-workflow-language/cwltool-service" ,
21
21
download_url = "https://github.com/common-workflow-language/cwltool-service" ,
22
22
license = "Apache 2.0" ,
23
- python_requires = "~=3.6 " ,
23
+ python_requires = "~=3.7 " ,
24
24
setup_requires = ["pytest-runner" ],
25
25
tests_require = ["pytest" ],
26
26
packages = ["wes_service" , "wes_client" ],
50
50
"Operating System :: MacOS :: MacOS X" ,
51
51
"Operating System :: POSIX" ,
52
52
"Programming Language :: Python" ,
53
- "Programming Language :: Python :: 3.6" ,
54
53
"Programming Language :: Python :: 3.7" ,
55
54
"Programming Language :: Python :: 3.8" ,
56
55
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments