Skip to content

Commit 1ebd605

Browse files
committed
Don't try to run install tests under Python 3.5 since it's EOL and build
is now also failing with older version of Ubuntu runner.
1 parent efbb23c commit 1ebd605

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/install_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ jobs:
2929
- "3.11"
3030
- "pypy-3.7"
3131
include:
32-
# python 3.5 + 3.6 is not supported with ubuntu-latest anymore so we need to
32+
# python 3.6 is not supported with ubuntu-latest anymore so we need to
3333
# use ubuntu 20.04
34-
- python_version: 3.5
35-
os: ubuntu-20.04
3634
- python_version: 3.6
3735
os: ubuntu-20.04
3836

0 commit comments

Comments
 (0)