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