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 487ed40 commit 0f10340Copy full SHA for 0f10340
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
fail-fast: False
38
matrix:
39
os: [ubuntu-20.04]
40
- python-version: [3.8, 3.9, '3.10']
+ python-version: [3.8, 3.9, '3.10', '3.11']
41
tox_env: [orange-released]
42
name: [Released]
43
include:
@@ -116,7 +116,7 @@ jobs:
116
fail-fast: false
117
118
os: [macos-latest, windows-latest]
119
120
121
122
0 commit comments