We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2c23e commit 4a923f3Copy full SHA for 4a923f3
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
session-name: test_python_suite
24
session-arguments: --maxfail=3 --no-cov
25
runs-on-array: '["ubuntu-latest", "macos-latest", "windows-latest"]'
26
- python-version-array: '["3.7", "3.8", "3.9", "3.10"]'
+ python-version-array: '["3.7", "3.8", "3.9", "3.10", "3.11"]'
27
docs:
28
uses: ./.github/workflows/.nox-session.yml
29
with:
0 commit comments