Skip to content

Commit

Permalink
add python version to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Dec 14, 2024
1 parent a369253 commit 6a6ff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_qlib_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# so we limit the macos version to macos-13.
os: [windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
# not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129
python-version: ["3.8", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Test qlib from source
Expand Down

0 comments on commit 6a6ff93

Please sign in to comment.