Skip to content

Commit

Permalink
Goodbye 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Feb 13, 2024
1 parent 5d75512 commit 34a1e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ call ``resolver.get_fully_qualified_name('collections.Set')`` to retrieve the
Changelog
---------

Unreleased

- Drop support for Python 3.7

Version 2.4.0 (September 29, 2023)

- Update bundled typeshed
Expand Down

0 comments on commit 34a1e7f

Please sign in to comment.