Skip to content

Commit 5d4eb03

Browse files
authored
Update python 3.10 pre-release
1 parent 61b5e16 commit 5d4eb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.2, pypy3]
11+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.4, pypy3]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)