We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c4f78 commit e07d6feCopy full SHA for e07d6fe
1 file changed
.github/workflows/testpackage.yml
@@ -48,7 +48,7 @@ jobs:
48
strategy:
49
matrix:
50
os: [ubuntu-18.04, windows-latest, macos-latest]
51
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
52
53
runs-on: ${{ matrix.os }}
54
0 commit comments