Skip to content

Commit

Permalink
fix python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Mar 31, 2022
1 parent 4e99432 commit 0849669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ jobs:

- os: ubuntu-latest
name: py310-ubuntu
python-version: 3.10
python-version: '3.10'

- os: windows-latest
name: py310-windows
python-version: 3.10
python-version: '3.10'

- os: macOS-latest
name: py310-mac
python-version: 3.10
python-version: '3.10'

- os: ubuntu-latest
name: pypy3-ubuntu
Expand Down

0 comments on commit 0849669

Please sign in to comment.