Skip to content

Commit

Permalink
Updated CI workflow for Python 3.10 final
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 8, 2021
1 parent 1cc8130 commit e285adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeqa-test.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e285adc

Please sign in to comment.