summaryrefslogtreecommitdiff
path: root/.github/workflows/bootstrap.yml
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-08-04 15:26:56 +0200
committerGitHub <noreply@github.com>2022-08-04 15:26:56 +0200
commit0e40804cd0de0be9353d1602103eed2695a379c3 (patch)
tree2b9f271e806658bad33e6ec960d9e1676147453a /.github/workflows/bootstrap.yml
parent80e6b6647ffb6f8201bf325d39bfa925b0117c4a (diff)
downloadspack-0e40804cd0de0be9353d1602103eed2695a379c3.tar.gz
spack-0e40804cd0de0be9353d1602103eed2695a379c3.tar.bz2
spack-0e40804cd0de0be9353d1602103eed2695a379c3.tar.xz
spack-0e40804cd0de0be9353d1602103eed2695a379c3.zip
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
Diffstat (limited to '.github/workflows/bootstrap.yml')
-rw-r--r--.github/workflows/bootstrap.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 0522829303..9dd051d0ae 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -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