Skip to content

Commit

Permalink
Drop python 3.7 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 29, 2023
1 parent 64dc2c5 commit 2511d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
-----

- Fix build problem with cython 3.
- No longer validate with Python 3.7.

1.8.2
-----
Expand Down

0 comments on commit 2511d70

Please sign in to comment.