andreped commited on
Commit
d2a32e6
1 Parent(s): 7b45a81

Remove Python 3.11

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -39,7 +39,7 @@ jobs:
39
  strategy:
40
  matrix:
41
  os: [windows-2019, ubuntu-20.04, macos-10.15]
42
- python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
43
 
44
  steps:
45
  - uses: actions/checkout@v1
 
39
  strategy:
40
  matrix:
41
  os: [windows-2019, ubuntu-20.04, macos-10.15]
42
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
43
 
44
  steps:
45
  - uses: actions/checkout@v1