Skip to content

Commit

Permalink
update dependencies to be compatible with python3.9 (#173)
Browse files Browse the repository at this point in the history
* update dependencies to be compatible with python3.9

* update dependencies to be compatible with python3.9

* update dependencies to be compatible with python3.9

* update dependencies to be compatible with python3.9

* go back to python 3.8

Co-authored-by: Felix Rindt <felix@rindt.me>
  • Loading branch information
jeriox and felixrindt committed Oct 15, 2020
1 parent 5424af1 commit b8af7c8
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 101 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Expand Down
Loading

0 comments on commit b8af7c8

Please sign in to comment.