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:
33 - main
44language : python
55python :
6- - ' 3.6'
76- ' 3.7'
87- ' 3.8'
98- ' 3.9'
Original file line number Diff line number Diff line change 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" ],
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" ,
You can’t perform that action at this time.
0 commit comments