Skip to content

Commit

Permalink
Merge pull request #537 from akaihola/drop-py37-tests
Browse files Browse the repository at this point in the history
Drop Python 3.7 tests. Note: Dropping Python 3.7 support will come in a separate PR.
  • Loading branch information
akaihola authored Feb 26, 2024
2 parents e272a1a + 5b44ca4 commit a384c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
- windows-latest
- macos-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -96,7 +95,7 @@ jobs:
post_install: ['']
include:
- os: ubuntu-latest
python-version: '3.7'
python-version: '3.8'
constraints: '--constraint constraints-oldest.txt'
- os: ubuntu-latest
python-version: '3.11'
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ These features will be included in the next release:
Added
-----
- Limit Black to versions before 24.2 until the incompatibility is resolved.
- Stop testing on Python 3.7. Note: dropping support to be done in a separate PR.

Fixed
-----
Expand Down

0 comments on commit a384c21

Please sign in to comment.