Skip to content

Commit

Permalink
Use python 3.7 for examples test
Browse files Browse the repository at this point in the history
ScalaPy requires python 3.7 at minimum
  • Loading branch information
kiendang committed Jul 19, 2021
1 parent b57abda commit 2c8d365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.7
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2c8d365

Please sign in to comment.