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 9e3fdc7 commit f208d88Copy full SHA for f208d88
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: ["ubuntu-latest", "macos-latest"]
19
- python-version: ["3.9", "3.10"]
+ python-version: ["3.9", "3.10", "3.11"]
20
session:
21
- "test"
22
include:
noxfile.py
@@ -2,7 +2,7 @@
2
3
import nox
4
5
-ALL_PYTHON_VS = ["3.8", "3.9", "3.10"]
+ALL_PYTHON_VS = ["3.9", "3.10", "3.11"]
6
7
8
@nox.session(python=ALL_PYTHON_VS)
0 commit comments