Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Jul 29, 2024
1 parent 3ec0003 commit e74abca
Show file tree
Hide file tree
Showing 3 changed files with 1,192 additions and 937 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'

- name: Setup poetry
run: |
Expand Down
Loading

0 comments on commit e74abca

Please sign in to comment.