Skip to content

Commit

Permalink
Merge pull request #379 from twisted/py37-378
Browse files Browse the repository at this point in the history
Drop support for Python 3.7
  • Loading branch information
twm committed Jan 3, 2024
2 parents 7c79f90 + 0f9b47f commit de8e854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Expand Up @@ -71,14 +71,6 @@ jobs:
experimental: [false]

include:
# Pythons too old for latest
- python-version: "3.7"
twisted-version: "lowest"
experimental: false

- python-version: "pypy-3.8"
twisted-version: "lowest"
experimental: false

# Pythons too new for lowest
- python-version: "3.11"
Expand Down Expand Up @@ -119,7 +111,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 and PyPy 3.8, which have 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 de8e854

Please sign in to comment.