Skip to content

Commit

Permalink
feat: add python 3.8 support (#21)
Browse files Browse the repository at this point in the history
Expand support to python 3.8
  • Loading branch information
nathanielheitsch authored Nov 15, 2023
1 parent 3315794 commit c59d989
Show file tree
Hide file tree
Showing 3 changed files with 1,345 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: set python version
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.8"
if: ${{ steps.release.outputs.release_created }}

- name: install dependencies
Expand Down
Loading

0 comments on commit c59d989

Please sign in to comment.