Deprecate support for Python 3.5 (by removing it from CI) (#31908)

* Deprecate support for Python 3.5 (by removing it from CI)

* Restore Python 3.9
This commit is contained in:
Massimiliano Culpo
2022-08-04 15:26:56 +02:00
committed by GitHub
parent 80e6b6647f
commit 0e40804cd0
6 changed files with 15 additions and 9 deletions

View File

@@ -183,7 +183,7 @@ jobs:
runs-on: ${{ matrix.macos-version }}
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
macos-version: ['macos-11', 'macos-12']
if: github.repository == 'spack/spack'
steps:
@@ -206,7 +206,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10']
if: github.repository == 'spack/spack'
steps:
- name: Checkout