Skip to content

Commit 0c59b84

Browse files
committed
Remove automated testing against Python 2.7 because it no longer works on Ubuntu
1 parent d9c557b commit 0c59b84

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/main.yml

-16
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,3 @@ jobs:
4343
run: |
4444
python setup.py install
4545
python -m unittest discover "tests/"
46-
47-
test27:
48-
runs-on: ubuntu-latest
49-
50-
steps:
51-
- uses: actions/checkout@v3
52-
53-
- name: Set up Python 2.7
54-
uses: actions/setup-python@v4
55-
with:
56-
python-version: 2.7
57-
- name: Run Tests 27
58-
run: |
59-
python setup.py install
60-
python -m unittest discover "tests/"
61-

0 commit comments

Comments
 (0)