Skip to content

Commit

Permalink
Remove ci python 3.10 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Oct 12, 2021
1 parent add99f1 commit 489d85c
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 @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyver: [ { name: py38, distver: '3.8' }, { name: py39, distver: '3.9' }, { name: py310, distver: '3.10' } ]
pyver: [ { name: py38, distver: '3.8' }, { name: py39, distver: '3.9' }]
platform: [
{ name: Windows, distver: windows-latest },
{ name: Linux, distver: ubuntu-latest },
Expand Down

0 comments on commit 489d85c

Please sign in to comment.