Skip to content

Commit e285adc

Browse files
committed
Updated CI workflow for Python 3.10 final
1 parent 1cc8130 commit e285adc

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-dev]
34+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)