mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 12:00:58 +08:00
remove 3.6
This commit is contained in:
3
.github/workflows/test_macos.yml
vendored
3
.github/workflows/test_macos.yml
vendored
@@ -13,7 +13,8 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
# not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129
|
||||
python-version: [3.7, 3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user