Skip to content

Commit

Permalink
Replace 3.5 with 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare authored and Johannestegner committed Jun 29, 2020
1 parent 4f293f1 commit 3780ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
python-version: [3.5, 3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3780ed3

Please sign in to comment.