Skip to content

Commit 80f014c

Browse files
committed
Use the latest Python 3.10 prerelease
1 parent 1b85ff5 commit 80f014c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeqa-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest]
34-
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-alpha.5]
34+
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)