23
23
runs-on : " ubuntu-20.04"
24
24
continue-on-error : ${{ matrix.config.experimental }}
25
25
env :
26
- USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.3 ,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
26
+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,3.12.0-alpha.4 ,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
27
27
28
28
strategy :
29
29
fail-fast : False
35
35
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
36
36
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
37
37
- {python-version: "3.11", testenvs: "py311,build", experimental: True}
38
- - {python-version: "3.12.0-alpha.3 ", testenvs: "py312-dev,build", experimental: True}
38
+ - {python-version: "3.12.0-alpha.4 ", testenvs: "py312-dev,build", experimental: True}
39
39
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
40
40
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
41
41
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
Conda :
180
180
needs : deploy
181
- runs-on : " ubuntu-18 .04"
181
+ runs-on : ubuntu-22 .04
182
182
if : startsWith(github.ref, 'refs/tags/') || (startsWith(github.event.head_commit.message, 'Bump version') != true)
183
183
steps :
184
184
- name : Checkout 🛎️
@@ -193,7 +193,9 @@ jobs:
193
193
uses : conda-incubator/setup-miniconda@v2
194
194
with :
195
195
activate-environment : env
196
- conda-build-version : 3.21.0
196
+ conda-build-version : 3.23.3
197
+ python-version : " 3.8"
198
+ miniforge-variant : Mambaforge
197
199
198
200
- name : Install dependencies 🔧
199
201
run : |
0 commit comments