Skip to content

Commit 0f10340

Browse files
ales-erjavecPrimozGodec
authored andcommitted
ci: Add Python 3.11 to test matrices
1 parent 487ed40 commit 0f10340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: False
3838
matrix:
3939
os: [ubuntu-20.04]
40-
python-version: [3.8, 3.9, '3.10']
40+
python-version: [3.8, 3.9, '3.10', '3.11']
4141
tox_env: [orange-released]
4242
name: [Released]
4343
include:
@@ -116,7 +116,7 @@ jobs:
116116
fail-fast: false
117117
matrix:
118118
os: [macos-latest, windows-latest]
119-
python-version: [3.8, 3.9, '3.10']
119+
python-version: [3.8, 3.9, '3.10', '3.11']
120120
tox_env: [orange-released]
121121
name: [Released]
122122
include:

0 commit comments

Comments
 (0)