Skip to content

Commit 29367ad

Browse files
author
jomae
committed
1.6.1dev: remove ubuntu-20.04 from the build matrix in GitHub Actions (closes #13878)
git-svn-id: http://trac.edgewall.org/intertrac/log:/branches/1.6-stable@17892 af82e41b-90c4-0310-8c96-b1721e28e2e2
1 parent 1f26eed commit 29367ad

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
- {os: ubuntu-22.04, python-version: '3.9', tracdb: ''}
8484
- {os: ubuntu-22.04, python-version: '3.8', tracdb: ''}
8585
- {os: ubuntu-22.04, python-version: '3.7', tracdb: ''}
86-
- {os: ubuntu-20.04, python-version: '3.6', tracdb: ''}
87-
- {os: ubuntu-20.04, python-version: '3.5', tracdb: ''}
8886
- {os: macos-14, python-version: '3.12', tracdb: sqlite, tests: functional}
8987
- {os: macos-14, python-version: '3.12', tracdb: postgresql}
9088
- {os: macos-14, python-version: '3.12', tracdb: mysql}
@@ -103,11 +101,6 @@ jobs:
103101
- name: Checkout
104102
uses: actions/checkout@v4
105103

106-
- name: Workaround for certificate verify failed from pip with Python 3.5
107-
if: ${{ matrix.python-version == '3.5' }}
108-
run: |
109-
echo 'PIP_TRUSTED_HOST=pypi.python.org pypi.org files.pythonhosted.org' >>"$GITHUB_ENV"
110-
111104
- name: Set up Python ${{ matrix.python-version }}
112105
uses: actions/setup-python@v5
113106
with:
@@ -158,8 +151,6 @@ jobs:
158151
- {os: ubuntu-22.04, python-version: '3.9'}
159152
- {os: ubuntu-22.04, python-version: '3.8'}
160153
- {os: ubuntu-22.04, python-version: '3.7'}
161-
- {os: ubuntu-20.04, python-version: '3.6'}
162-
- {os: ubuntu-20.04, python-version: '3.5'}
163154
- {os: macos-14, python-version: '3.12'}
164155
- {os: macos-14, python-version: '3.11'}
165156

@@ -180,11 +171,6 @@ jobs:
180171
ref: v1.4
181172
path: py3c
182173

183-
- name: Workaround for certificate verify failed from pip with Python 3.5
184-
if: ${{ matrix.python-version == '3.5' }}
185-
run: |
186-
echo 'PIP_TRUSTED_HOST=pypi.python.org pypi.org files.pythonhosted.org' >>"$GITHUB_ENV"
187-
188174
- name: Set up Python ${{ matrix.python-version }}
189175
uses: actions/setup-python@v5
190176
with:

0 commit comments

Comments
 (0)