1 parent 61b5e16 commit 5d4eb03Copy full SHA for 5d4eb03
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.2, pypy3]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.4, pypy3]
12
steps:
13
- uses: actions/checkout@v2
14
- name: Set up Python ${{ matrix.python-version }}
0 commit comments