1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update python-publish.yml

added python 3.9
This commit is contained in:
Anurag Kumar
2021-09-15 11:32:00 +05:30
committed by you-n-g
parent 8ff68a182e
commit 66ff3e5bf6

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2