andreped commited on
Commit
5cac4be
1 Parent(s): 1ddaffd

Removed python 3.9 for now

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]
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]
43
 
44
  steps:
45
  - uses: actions/checkout@v1