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 129877e commit aa74a5cCopy full SHA for aa74a5c
.github/workflows/check.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
- python-version: ['3.6', '3.11']
+ python-version: ['3.8', '3.11']
14
os: [macos-latest, ubuntu-latest, windows-latest]
15
extras: ['all', 'none']
16
.github/workflows/deploy_pypi.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
- python-version: ['3.10']
+ python-version: ['3.11']
steps:
- uses: actions/checkout@v3
17
with:
0 commit comments