Skip to content

Commit 9b51ff3

Browse files
committed
Test with Python 3.10 beta 3
1 parent 7c98873 commit 9b51ff3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "windows-2019"
1616
continue-on-error: ${{ matrix.config.experimental }}
1717
env:
18-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.2,pypy-3.6,pypy-3.7'
18+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.3,pypy-3.6,pypy-3.7'
1919

2020
strategy:
2121
fail-fast: False
@@ -25,7 +25,7 @@ jobs:
2525
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2626
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2727
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
28-
- {python-version: "3.10.0-beta.2", testenvs: "py310-dev,build", experimental: True}
28+
- {python-version: "3.10.0-beta.3", testenvs: "py310-dev,build", experimental: True}
2929
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3030
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3131

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-20.04"
1616
continue-on-error: ${{ matrix.config.experimental }}
1717
env:
18-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.2,pypy-3.6,pypy-3.7'
18+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.3,pypy-3.6,pypy-3.7'
1919

2020
strategy:
2121
fail-fast: False
@@ -25,7 +25,7 @@ jobs:
2525
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2626
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2727
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
28-
- {python-version: "3.10.0-beta.2", testenvs: "py310-dev,build", experimental: True}
28+
- {python-version: "3.10.0-beta.3", testenvs: "py310-dev,build", experimental: True}
2929
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3030
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3131

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "macos-latest"
1616
continue-on-error: ${{ matrix.config.experimental }}
1717
env:
18-
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.2,pypy-3.6,pypy-3.7'
18+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10.0-beta.3,pypy-3.6,pypy-3.7'
1919

2020
strategy:
2121
fail-fast: False
@@ -25,7 +25,7 @@ jobs:
2525
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2626
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2727
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
28-
- {python-version: "3.10.0-beta.2", testenvs: "py310-dev,build", experimental: True}
28+
- {python-version: "3.10.0-beta.3", testenvs: "py310-dev,build", experimental: True}
2929
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3030
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3131

0 commit comments

Comments
 (0)