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 d1fd94b commit 53e12ddCopy full SHA for 53e12dd
.github/workflows/build-test-package-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false
27
matrix:
28
os: [macos-latest, ubuntu-latest, windows-latest]
29
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
30
31
steps:
32
- uses: actions/checkout@v3
0 commit comments