We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40598a8 commit 1fd4fb0Copy full SHA for 1fd4fb0
.github/workflows/os-coverage.yml
@@ -9,7 +9,7 @@ jobs:
9
max-parallel: 15
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.8', '3.9', '3.10', '3.11']
13
exclude:
14
- python-version: '3.8'
15
os: windows-latest # https://pytorch.org/get-started/locally/#windows-python (actually 3.7 seems to be the problem)
0 commit comments