83
83
- {os: ubuntu-22.04, python-version: '3.9', tracdb: ''}
84
84
- {os: ubuntu-22.04, python-version: '3.8', tracdb: ''}
85
85
- {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: ''}
88
86
- {os: macos-14, python-version: '3.12', tracdb: sqlite, tests: functional}
89
87
- {os: macos-14, python-version: '3.12', tracdb: postgresql}
90
88
- {os: macos-14, python-version: '3.12', tracdb: mysql}
@@ -103,11 +101,6 @@ jobs:
103
101
- name : Checkout
104
102
uses : actions/checkout@v4
105
103
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
-
111
104
- name : Set up Python ${{ matrix.python-version }}
112
105
uses : actions/setup-python@v5
113
106
with :
@@ -158,8 +151,6 @@ jobs:
158
151
- {os: ubuntu-22.04, python-version: '3.9'}
159
152
- {os: ubuntu-22.04, python-version: '3.8'}
160
153
- {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'}
163
154
- {os: macos-14, python-version: '3.12'}
164
155
- {os: macos-14, python-version: '3.11'}
165
156
@@ -180,11 +171,6 @@ jobs:
180
171
ref : v1.4
181
172
path : py3c
182
173
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
-
188
174
- name : Set up Python ${{ matrix.python-version }}
189
175
uses : actions/setup-python@v5
190
176
with :
0 commit comments