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 d892384 commit 61b4a28Copy full SHA for 61b4a28
.github/workflows/python-package.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- python-version: [2.7, 3.7]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
26
27
steps:
28
- uses: actions/checkout@v2
0 commit comments