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 b7cf982 commit db6e423Copy full SHA for db6e423
.github/workflows/minimal-test.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- python-version: [3.7, 3.8, latest]
+ python-version: [3.7, 3.8, 3.9]
11
os: [ubuntu-18.04]
12
flask-version: [latest]
13
runs-on: ${{ matrix.os }}
0 commit comments