ci: Run tests w/ Python 3.10

doc-sources
namuan 1 year ago
parent 0f77daf8d5
commit cf6381a4bc

@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/python-poetry-env

Loading…
Cancel
Save