Skip to content

Commit

Permalink
✨ Support Python 3.12 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek authored Dec 3, 2023
1 parent 55d40af commit 4e78e42
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 568 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 'Set up Python'
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12
- name: 'Set up Poetry'
uses: snok/install-poetry@v1
- name: 'Install dependencies'
Expand Down
Loading

0 comments on commit 4e78e42

Please sign in to comment.