Skip to content

Commit

Permalink
CI: Temporarily disable Python 3.5 on Ubuntu 20.04 due to TLS error w…
Browse files Browse the repository at this point in the history
…ith PyPI during pip upgrade

Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) - skipping
  • Loading branch information
lxp committed May 15, 2024
1 parent ada6379 commit f144f03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11' ]
# Exclude unsupported OS/Python version combinations
exclude:
- os: ubuntu-20.04
python-verson: '3.5'
- os: ubuntu-22.04
python-version: '3.5'
- os: ubuntu-22.04
Expand Down

0 comments on commit f144f03

Please sign in to comment.