Skip to content

Commit

Permalink
Merge pull request #2 from alvassin/master
Browse files Browse the repository at this point in the history
Remove 3.7, add 3.12, bump pytest, add setuptools dep
  • Loading branch information
mosquito authored May 6, 2024
2 parents 2833063 + 29cd7b5 commit 21a2c97
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 21a2c97

Please sign in to comment.