Skip to content

Commit 1fd4fb0

Browse files
committed
Add python 3.11 to testing
1 parent 40598a8 commit 1fd4fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
max-parallel: 15
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: ['3.8', '3.9', '3.10']
12+
python-version: ['3.8', '3.9', '3.10', '3.11']
1313
exclude:
1414
- python-version: '3.8'
1515
os: windows-latest # https://pytorch.org/get-started/locally/#windows-python (actually 3.7 seems to be the problem)

0 commit comments

Comments
 (0)