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 6c6b42a commit dc3cf7aCopy full SHA for dc3cf7a
.github/workflows/publish-pypi.yaml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
# you have to quote any version number ending in a 0 or gh truncates it. ie 3.10 turned into 3.1
14
- python-version: [ 3.6, 3.8, '3.10' ]
+ python-version: [ 3.8, '3.10' ]
15
os: [ ubuntu-latest ] #in the future we should add windows here
16
runs-on: ${{ matrix.os }}
17
steps:
0 commit comments