2222 runs-on : " windows-2019"
2323 continue-on-error : ${{ matrix.config.experimental }}
2424 env :
25- USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,pypy-3.6,pypy-3.7,pypy-3.8'
25+ USING_COVERAGE : ' 3.6,3.7,3.8,3.9,3.10,3.11,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9 '
2626
2727 strategy :
2828 fail-fast : False
@@ -33,10 +33,11 @@ jobs:
3333 - {python-version: "3.8", testenvs: "py38,build", experimental: False}
3434 - {python-version: "3.9", testenvs: "py39,build", experimental: False}
3535 - {python-version: "3.10", testenvs: "py310,build", experimental: False}
36- - {python-version: "3.11", testenvs: "py311-dev ,build", experimental: True }
36+ - {python-version: "3.11", testenvs: "py311,build", experimental: False }
3737 - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3838 - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3939 - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
40+ - {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True}
4041
4142 steps :
4243 - name : Checkout 🛎️
0 commit comments