Skip to content

Commit

Permalink
upgrade deps: min python version 3.8, build releases on 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jun 14, 2023
1 parent 81449dc commit 673553a
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 1,232 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
with:
fetch-depth: 0 # need tags to generate release notes

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

- name: Install poetry
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
curl -sSL https://install.python-poetry.org | python -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Install package
Expand Down
Loading

0 comments on commit 673553a

Please sign in to comment.