Skip to content

Commit

Permalink
Drop official Python 3.7 support (#230)
Browse files Browse the repository at this point in the history
It's really old now and it reached its end of life stage.

Supporting the last four minor versions (3.8-3.11) should be good
enough.
  • Loading branch information
jstasiak authored Sep 5, 2023
1 parent 80041f4 commit d7a1a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"]
python-version: [3.8, 3.9, "3.10", "3.11", "pypy3.8", "pypy3.9", "pypy3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The core values of Injector are:
* Documentation: https://injector.readthedocs.org
* Change log: https://injector.readthedocs.io/en/latest/changelog.html

Injector works with CPython 3.7+ and PyPy 3 implementing Python 3.7+.
Injector works with CPython 3.8+ and PyPy 3 implementing Python 3.8+.

A Quick Example
---------------
Expand Down

0 comments on commit d7a1a7a

Please sign in to comment.