|
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.0-beta.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.0-rc.1,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' |
27 | 27 |
|
28 | 28 | strategy:
|
29 | 29 | fail-fast: False
|
|
34 | 34 | - {python-version: "3.8", testenvs: "py38,build", experimental: False}
|
35 | 35 | - {python-version: "3.9", testenvs: "py39,build", experimental: False}
|
36 | 36 | - {python-version: "3.10", testenvs: "py310,build", experimental: False}
|
37 |
| - - {python-version: "3.11.0-beta.3", testenvs: "py311-dev,build", experimental: True} |
| 37 | + - {python-version: "3.11.0-rc.1", testenvs: "py311-dev,build", experimental: True} |
38 | 38 | - {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
|
39 | 39 | - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
|
40 | 40 | - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
|
|
67 | 67 | python -VV
|
68 | 68 | python -m site
|
69 | 69 | python -m pip install --upgrade pip setuptools wheel
|
70 |
| - python -m pip install --upgrade tox virtualenv |
| 70 | + python -m pip install --upgrade tox virtualenv!=20.16.0 |
71 | 71 | python -m pip install --upgrade coverage_pyver_pragma
|
72 | 72 |
|
73 | 73 | - name: "Run Tests for Python ${{ matrix.config.python-version }}"
|
|
0 commit comments