Skip to content

Commit

Permalink
fix: py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Jun 21, 2022
1 parent 91c053f commit 7bf534d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
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, '3.10']
steps:
- name: Clone repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 7bf534d

Please sign in to comment.