andreped commited on
Commit
e89c8d5
1 Parent(s): 5957854

Deprecate Python 3.6

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"]
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.7", "3.8", "3.9", "3.10"]
43
 
44
  steps:
45
  - uses: actions/checkout@v1