Skip to content

Commit

Permalink
Update all CI to Python 3.8 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 16, 2020
1 parent 53c84f3 commit c668f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
submodules: true

- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.7
python: python3.8

repos:
- repo: https://github.com/ambv/black
Expand Down

0 comments on commit c668f2f

Please sign in to comment.