Skip to content

Commit

Permalink
Ci update (#19)
Browse files Browse the repository at this point in the history
* fix version check for py310
* CI adding py310
  • Loading branch information
stefan-jansen committed Oct 27, 2022
1 parent acbf0bd commit bca4556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.8, 3.9, '3.10' ]

steps:
- name: Checkout bcolz-zipline
Expand Down

0 comments on commit bca4556

Please sign in to comment.