Compare commits

..

No commits in common. "ca98c678b20b81bd667fdef7314ab6d98ebf4a27" and "61970f6679ebc6fa2efdf2fe04b41b49df358e81" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2