Skip to content

Commit

Permalink
Update workflows to use Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
albertopoljak committed Jul 10, 2020
1 parent 6bbc950 commit 2c98ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.8'
- name: Display Python version
run: python -c "import sys; print(f'Python version {sys.version}')"

Expand Down

0 comments on commit 2c98ddb

Please sign in to comment.