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 c44c442 commit 99ba101Copy full SHA for 99ba101
.github/workflows/docs-ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
max-parallel: 4
11
matrix:
12
- python-version: [3.7]
+ python-version: [3.9]
13
14
steps:
15
- name: Checkout code
.github/workflows/pypi-release.yml
@@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
16
- python-version: 3.8
+ python-version: 3.9
17
- name: Install pypa/build
18
run: python -m pip install build --user
19
- name: Build a binary wheel and a source tarball
0 commit comments