Skip to content

Commit

Permalink
Merge pull request #3 from aiokitchen/pre-v1.1
Browse files Browse the repository at this point in the history
v1.1
  • Loading branch information
mosquito authored May 6, 2024
2 parents 2833063 + 21a2c97 commit 43a5567
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 293 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

matrix:
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v2
- name: Setup python${{ matrix.python }}
Expand Down Expand Up @@ -74,6 +74,8 @@ jobs:
python:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v2
- name: Setup python${{ matrix.python }}
Expand Down Expand Up @@ -102,6 +104,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v2
- name: Setup python${{ matrix.python }}
Expand Down
Loading

0 comments on commit 43a5567

Please sign in to comment.