Skip to content

Commit

Permalink
Don't try to run install tests under Python 3.5 since it's EOL and build
Browse files Browse the repository at this point in the history
is now also failing with older version of Ubuntu runner.
  • Loading branch information
Kami committed Jun 29, 2024
1 parent efbb23c commit 1ebd605
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
- "3.11"
- "pypy-3.7"
include:
# python 3.5 + 3.6 is not supported with ubuntu-latest anymore so we need to
# python 3.6 is not supported with ubuntu-latest anymore so we need to
# use ubuntu 20.04
- python_version: 3.5
os: ubuntu-20.04
- python_version: 3.6
os: ubuntu-20.04

Expand Down

0 comments on commit 1ebd605

Please sign in to comment.