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 d787024 commit 47a0047Copy full SHA for 47a0047
.github/workflows/build.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- python-version: ["3.8", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
21
22
steps:
23
- name: Checkout repository
0 commit comments