Skip to content

Commit

Permalink
Removed dead platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerbecky committed Jul 19, 2024
1 parent beafc41 commit f72eca1
Showing 1 changed file with 0 additions and 100 deletions.
100 changes: 0 additions & 100 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
# Here are all the operating systems and python versions to test on.
matrix:
name:
- "ubuntu-20-py27"
- "ubuntu-20-py35"
- "ubuntu-20-py36"
- "ubuntu-20-py37"
- "ubuntu-20-py38"
Expand All @@ -26,19 +24,12 @@ jobs:
- "ubuntu-20-py312"
- "ubuntu-20-pypy2"
- "ubuntu-20-pypy3"
- "ubuntu-22-py27"
- "ubuntu-22-py35"
- "ubuntu-22-py36"
- "ubuntu-22-py37"
- "ubuntu-22-py38"
- "ubuntu-22-py39"
- "ubuntu-22-py310"
- "ubuntu-22-py311"
- "ubuntu-22-py312"
- "ubuntu-22-pypy2"
- "ubuntu-22-pypy3"
- "macos13-py27"
- "macos13-py35"
- "macos13-py36"
- "macos13-py37"
- "macos13-py38"
Expand All @@ -47,19 +38,11 @@ jobs:
- "macos13-py311"
- "macos13-py312"
- "macos13-pypy2"
- "macos13-pypy3"
- "macos14-py27"
- "macos14-py35"
- "macos14-py36"
- "macos14-py37"
- "macos14-py38"
- "macos14-py39"
- "macos14-py310"
- "macos14-py311"
- "macos14-py312"
- "macos14-pypy2"
- "windows-2019-py27"
- "windows-2019-py35"
- "windows-2019-py36"
- "windows-2019-py37"
- "windows-2019-py38"
Expand All @@ -69,8 +52,6 @@ jobs:
- "windows-2019-py312"
- "windows-2019-pypy2"
- "windows-2019-pypy3"
- "windows-2022-py27"
- "windows-2022-py35"
- "windows-2022-py36"
- "windows-2022-py37"
- "windows-2022-py38"
Expand All @@ -79,18 +60,9 @@ jobs:
- "windows-2022-py311"
- "windows-2022-py312"
- "windows-2022-pypy2"
- "windows-2022-pypy3"
# Specific data for each version being built
include:
# Ubuntu 20
- name: "ubuntu-20-py27"
python: "2.7"
os: "ubuntu-20.04"
tox_env: "py27"
- name: "ubuntu-20-py35"
python: "3.5"
os: "ubuntu-20.04"
tox_env: "py35"
- name: "ubuntu-20-py36"
python: "3.6"
os: "ubuntu-20.04"
Expand Down Expand Up @@ -128,18 +100,6 @@ jobs:
os: "ubuntu-20.04"
tox_env: "pypy3"
# Ubuntu 22
- name: "ubuntu-22-py27"
python: "2.7"
os: "ubuntu-22.04"
tox_env: "py27"
- name: "ubuntu-22-py35"
python: "3.5"
os: "ubuntu-22.04"
tox_env: "py35"
- name: "ubuntu-22-py36"
python: "3.6"
os: "ubuntu-22.04"
tox_env: "py36"
- name: "ubuntu-22-py37"
python: "3.7"
os: "ubuntu-22.04"
Expand All @@ -164,23 +124,7 @@ jobs:
python: "3.12"
os: "ubuntu-22.04"
tox_env: "py312"
- name: "ubuntu-22-pypy2"
python: "pypy2"
os: "ubuntu-22.04"
tox_env: "pypy2"
- name: "ubuntu-22-pypy3"
python: "pypy3"
os: "ubuntu-22.04"
tox_env: "pypy3"
# MacOS 13
- name: "macos13-py27"
python: "2.7"
os: "macos-13"
tox_env: "py27"
- name: "macos13-py35"
python: "3.5"
os: "macos-13"
tox_env: "py35"
- name: "macos13-py36"
python: "3.6"
os: "macos-13"
Expand Down Expand Up @@ -213,27 +157,7 @@ jobs:
python: "pypy2"
os: "macos-13"
tox_env: "pypy2"
- name: "macos13-pypy3"
python: "pypy3"
os: "macos-13"
tox_env: "pypy3"
# MacOS 14
- name: "macos14-py27"
python: "2.7"
os: "macos-14"
tox_env: "py27"
- name: "macos14-py35"
python: "3.5"
os: "macos-14"
tox_env: "py35"
- name: "macos14-py36"
python: "3.6"
os: "macos-14"
tox_env: "py36"
- name: "macos14-py37"
python: "3.7"
os: "macos-14"
tox_env: "py37"
- name: "macos14-py38"
python: "3.8"
os: "macos-14"
Expand All @@ -254,19 +178,7 @@ jobs:
python: "3.12"
os: "macos-14"
tox_env: "py312"
- name: "macos14-pypy2"
python: "pypy2"
os: "macos-14"
tox_env: "pypy2"
# Windows 2019 Server
- name: "windows-2019-py27"
python: "2.7"
os: "windows-2019"
tox_env: "py27"
- name: "windows-2019-py35"
python: "3.5"
os: "windows-2019"
tox_env: "py35"
- name: "windows-2019-py36"
python: "3.6"
os: "windows-2019"
Expand Down Expand Up @@ -304,14 +216,6 @@ jobs:
os: "windows-2019"
tox_env: "pypy3"
# Windows 2022 Server
- name: "windows-2022-py27"
python: "2.7"
os: "windows-2022"
tox_env: "py27"
- name: "windows-2022-py35"
python: "3.5"
os: "windows-2022"
tox_env: "py35"
- name: "windows-2022-py36"
python: "3.6"
os: "windows-2022"
Expand Down Expand Up @@ -344,10 +248,6 @@ jobs:
python: "pypy2"
os: "windows-2022"
tox_env: "pypy2"
- name: "windows-2022-pypy3"
python: "pypy3"
os: "windows-2022"
tox_env: "pypy3"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down

0 comments on commit f72eca1

Please sign in to comment.