Skip to content

Commit

Permalink
Remove 3.7, add 3.12, bump pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vasin committed May 6, 2024
1 parent 2833063 commit 1ed5bcf
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 258 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 1ed5bcf

Please sign in to comment.