Skip to content

Commit

Permalink
[CI] Drop Python 3.5 builds
Browse files Browse the repository at this point in the history
Python 3.5 reached end of life in September 2020.
  • Loading branch information
speth committed Feb 18, 2021
1 parent eb19517 commit e770385
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9' ]
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
os: ['ubuntu-18.04', 'ubuntu-20.04']
fail-fast: false
steps:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
python-version: ['3.6', '3.7', '3.8', '3.9']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -293,13 +293,10 @@ jobs:
matrix:
os: ['windows-2019']
vs-toolset: ['14.0', '14.2']
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9' ]
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
# Must use windows-2016 image because it installs VS2017 (MSVC 14.1)
# Scons cannot find MSVC 14.1 when VS2019 is installed
include:
- os: 'windows-2016'
vs-toolset: '14.1'
python-version: '3.5'
- os: 'windows-2016'
vs-toolset: '14.1'
python-version: '3.6'
Expand Down

0 comments on commit e770385

Please sign in to comment.