We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ac503 commit e4445daCopy full SHA for e4445da
.github/workflows/main.yml
@@ -24,6 +24,8 @@ jobs:
24
- 3.11
25
exclude:
26
- {platform: windows-latest, python-version: 2.7} # Problem with MSVC version
27
+ - {platform: ubuntu-latest, python-version: 3.5} # Missing in GHA
28
+ - {platform: ubuntu-latest, python-version: 3.6} # Missing in GHA
29
steps:
30
- uses: actions/checkout@v3
31
with:
0 commit comments