Skip to content

Commit

Permalink
Merge pull request #34 from Matatika/drop-py3.7
Browse files Browse the repository at this point in the history
Drop support for Python 3.7
  • Loading branch information
ReubenFrankel authored Mar 4, 2024
2 parents 3f3fe4e + e803e62 commit 14dfa0d
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 150 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 14dfa0d

Please sign in to comment.