Update python-ci-tests.yml

main
Joshua Weiss 2022-08-01 09:48:21 -04:00 committed by GitHub
parent 07dddd1ac1
commit aab27b6559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, '3.10']
name: Python ${{ matrix.python-version }} Build
steps: