2323 runs-on : " ubuntu-20.04"
2424 continue-on-error : ${{ matrix.config.experimental }}
2525 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'
2727
2828 strategy :
2929 fail-fast : False
3535 - {python-version: "3.9", testenvs: "py39,build", experimental: False}
3636 - {python-version: "3.10", testenvs: "py310,build", experimental: False}
3737 - {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}
3939 - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
4040 - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
4141 - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
@@ -178,7 +178,7 @@ jobs:
178178
179179 Conda :
180180 needs : deploy
181- runs-on : " ubuntu-18 .04"
181+ runs-on : ubuntu-22 .04
182182 if : startsWith(github.ref, 'refs/tags/') || (startsWith(github.event.head_commit.message, 'Bump version') != true)
183183 steps :
184184 - name : Checkout 🛎️
@@ -193,7 +193,9 @@ jobs:
193193 uses : conda-incubator/setup-miniconda@v2
194194 with :
195195 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
197199
198200 - name : Install dependencies 🔧
199201 run : |
0 commit comments