winglian commited on
Commit
6c19e93
1 Parent(s): 90036eb

add python 3.11 to the matrix for unit tests (#1085) [skip ci]

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +1 -1
.github/workflows/tests.yml CHANGED
@@ -33,7 +33,7 @@ jobs:
33
  strategy:
34
  fail-fast: false
35
  matrix:
36
- python_version: ["3.9", "3.10"]
37
  timeout-minutes: 10
38
 
39
  steps:
 
33
  strategy:
34
  fail-fast: false
35
  matrix:
36
+ python_version: ["3.9", "3.10", "3.11"]
37
  timeout-minutes: 10
38
 
39
  steps: