Skip to content

Commit 5ebd674

Browse files
committed
chore: drop support for Python 3.7
1 parent 6aa8903 commit 5ebd674

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ repoze.who Changelog
44
3.0.0b2 (unreleased)
55
--------------------
66

7-
- Skip testing the crypt module if it does not exist, like on Python 3.13.
7+
- Add support for Python 3.12 and 3.13.
8+
9+
- Drop support for Python 3.7.
810

911
- Require ``legacy-cgi`` on Python 3.13 or higher so ``WebOb`` works.
1012

11-
- Add support for Python 3.12 and 3.13.
13+
- Skip testing the crypt module if it does not exist, like on Python 3.13.
1214

1315
3.0.0b1 (2023-01-16)
1416
--------------------

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def _read_file(filename):
3636
"Development Status :: 5 - Production/Stable",
3737
"Intended Audience :: Developers",
3838
"Programming Language :: Python :: 3",
39-
"Programming Language :: Python :: 3.7",
4039
"Programming Language :: Python :: 3.8",
4140
"Programming Language :: Python :: 3.9",
4241
"Programming Language :: Python :: 3.10",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py37,py38,py39,py310,py311,py312,py313,pypy3,cover,docs
3+
py38,py39,py310,py311,py312,py313,pypy3,cover,docs
44

55
[testenv]
66
commands =

0 commit comments

Comments
 (0)