|
22 | 22 | runs-on: "windows-2019" |
23 | 23 | continue-on-error: ${{ matrix.config.experimental }} |
24 | 24 | env: |
25 | | - USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11.0-beta.3,pypy-3.7,pypy-3.8,pypy-3.9' |
| 25 | + USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11.0-rc.1,pypy-3.7,pypy-3.8,pypy-3.9' |
26 | 26 |
|
27 | 27 | strategy: |
28 | 28 | fail-fast: False |
|
32 | 32 | - {python-version: "3.8", testenvs: "py38,build", experimental: False} |
33 | 33 | - {python-version: "3.9", testenvs: "py39,build", experimental: False} |
34 | 34 | - {python-version: "3.10", testenvs: "py310,build", experimental: False} |
35 | | - - {python-version: "3.11.0-beta.3", testenvs: "py311-dev,build", experimental: True} |
| 35 | + - {python-version: "3.11.0-rc.1", testenvs: "py311-dev,build", experimental: True} |
36 | 36 | - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True} |
37 | 37 | - {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True} |
38 | 38 | - {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True} |
|
64 | 64 | python -VV |
65 | 65 | python -m site |
66 | 66 | python -m pip install --upgrade pip setuptools wheel |
67 | | - python -m pip install --upgrade tox virtualenv |
| 67 | + python -m pip install --upgrade tox virtualenv!=20.16.0 |
68 | 68 |
|
69 | 69 | - name: "Run Tests for Python ${{ matrix.config.python-version }}" |
70 | 70 | if: steps.setup-python.outcome == 'success' |
|
0 commit comments