File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 include :
13- # DLS RHEL7 legacy
14- - os : ubuntu-latest
15- python : " 2.7"
16- publish : true
17- epics : " R3.14.12.7"
18- # sphinx deps don't work on 2.7, so install manually
19- pipenv : " --skip-lock && pipenv run pip install pytest-cov pytest-flake8"
20-
2113 # DLS RHEL7 python3 current
2214 - os : ubuntu-latest
2315 python : " 3.7"
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ long_description_content_type = text/x-rst
1010classifiers =
1111 Development Status :: 5 - Production/Stable
1212 License :: OSI Approved :: Apache Software License
13- Programming Language :: Python :: 2.7
14- Programming Language :: Python :: 3.6
1513 Programming Language :: Python :: 3.7
1614 Programming Language :: Python :: 3.8
15+ Programming Language :: Python :: 3.9
1716
1817[options]
1918packages = find:
You can’t perform that action at this time.
0 commit comments