Skip to content

Commit 9c30d8b

Browse files
committed
Remove python 2.7 support
1 parent b394df5 commit 9c30d8b

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/code.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ jobs:
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"

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ long_description_content_type = text/x-rst
1010
classifiers =
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]
1918
packages = find:

0 commit comments

Comments
 (0)