Skip to content

Commit

Permalink
Drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jan 2, 2024
1 parent 7c79f90 commit aa7100e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -119,7 +119,6 @@ jobs:
shell: python
run: |
table = {
"3.7": "py37",
"3.8": "py38",
"3.9": "py39",
"3.10": "py310",
Expand Down
1 change: 1 addition & 0 deletions changelog.d/378.removal.rst
@@ -0,0 +1 @@
Support for Python 3.7, which has reached end of support, has been dropped.
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py37-twisted_lowest,
py38-twisted_lowest,
{pypy3,py38,py39,py310,py311,py312}-twisted_latest,
{pypy3,py38,py39,py310,py311,py312}-twisted_trunk,
twine, check-manifest, flake8, docs, coverage-report
Expand Down Expand Up @@ -72,7 +72,7 @@ commands =
sphinx-build -b html . html

[testenv:coverage-report]
depends = pypy3,py37,py38,py39,py310,py311,py312
depends = pypy3,py38,py39,py310,py311,py312
commands =
coverage combine
coverage report
Expand Down

0 comments on commit aa7100e

Please sign in to comment.