We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba8b68 commit 8581612Copy full SHA for 8581612
1 file changed
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
matrix:
41
os: [ubuntu-latest, windows-latest]
42
- python-version: ["3.9", "3.11"]
+ python-version: ["3.9", "3.10", "3.11"]
43
runs-on: ubuntu-latest
44
steps:
45
- uses: actions/checkout@v3
0 commit comments