diff options
author | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-11-30 20:55:54 +0000 |
---|---|---|
committer | Pradyun Gedam <pradyunsg@users.noreply.github.com> | 2020-12-19 19:55:04 +0000 |
commit | 527550d5a7f1e967498f6eeca83a13b52cbcd136 (patch) | |
tree | 11a93287e969b6983bd387464f636af89e0d3575 /.github | |
parent | 872fd658c4d8f4676d491d7986ba1a78a201f701 (diff) | |
download | pip-527550d5a7f1e967498f6eeca83a13b52cbcd136.tar.gz |
Drop Python 2.7 and 3.5 from CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5d7b9acab..c7afa8d35 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -91,7 +91,7 @@ jobs: strategy: fail-fast: false matrix: - python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] + python: [3.6, 3.7, 3.8, 3.9] steps: # Caches |