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 074eaa6 commit 13e6ebcCopy full SHA for 13e6ebc
.github/workflows/tests+artifacts+pypi.yml
@@ -33,7 +33,7 @@ jobs:
33
strategy:
34
matrix:
35
platform: [ubuntu-latest, macos-12, windows-latest]
36
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
37
runs-on: ${{ matrix.platform }}
38
steps:
39
- if: startsWith(matrix.platform, 'macos-')
0 commit comments