Skip to content

Commit

Permalink
UPD: do not use Python 3.10 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Oct 10, 2021
1 parent 60bd600 commit 59ae30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
max-parallel: 2
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.6', '3.10' ]
python-version: [ '3.6', '3.9' ]
tasks: [ test ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 59ae30d

Please sign in to comment.