Skip to content

Commit

Permalink
Also drop PyPy 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jan 2, 2024
1 parent cb66c9a commit 0f9b47f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Expand Up @@ -71,14 +71,6 @@ jobs:
experimental: [false]

include:
# Pythons too old for latest
- python-version: "3.8"
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
2 changes: 1 addition & 1 deletion changelog.d/378.removal.rst
@@ -1 +1 @@
Support for Python 3.7, which has reached end of support, has been dropped.
Support for Python 3.7 and PyPy 3.8, which have reached end of support, has been dropped.

0 comments on commit 0f9b47f

Please sign in to comment.