We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce6699 commit 52f2f5fCopy full SHA for 52f2f5f
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, windows-latest, macos-latest]
12
- python-version: ["3.7", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
13
14
steps:
15
- uses: actions/checkout@v3
0 commit comments