Skip to content

Commit 0e28854

Browse files
committed
ci: Drop python2 and epel7 test, add py3.9
Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 8297279 commit 0e28854

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
14+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -71,5 +71,4 @@ jobs:
7171
run: |
7272
./setup.py rpm
7373
74-
- run: mock --root epel-7-x86_64 *.src.rpm
7574
- run: mock --root epel-8-x86_64 *.src.rpm

0 commit comments

Comments
 (0)