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 dc1f3bb commit dd74f27Copy full SHA for dd74f27
.github/workflows/test_and_deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
platform: [ubuntu-latest, macos-latest, windows-latest]
23
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.8', '3.9', '3.10', '3.11']
24
25
steps:
26
- uses: actions/checkout@v3
0 commit comments