Skip to content

Commit

Permalink
Python 3.12 & rewritten
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Jun 15, 2024
1 parent ea59417 commit e17b3d4
Show file tree
Hide file tree
Showing 3 changed files with 1,468 additions and 1,059 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3

# Install dependencies
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down
Loading

0 comments on commit e17b3d4

Please sign in to comment.