Skip to content

Commit da3bf58

Browse files
authored
Merge pull request #447 from kajinamit/min-py
doc: Bump minimum supported python version
2 parents b12a99e + 35b2f5b commit da3bf58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ under the same license as Python, see LICENSE for details.
3434
Supported platforms
3535
-------------------
3636

37-
* Python 3.7+ or PyPy3
37+
* Python 3.9+ or PyPy3
3838

3939
If you would like to use testtools for earlier Pythons, consult the compatibility docs:
4040

doc/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Cross-Python compatibility
8484
--------------------------
8585

8686
testtools gives you the very latest in unit testing technology in a way that
87-
will work with Python 3.7+ and PyPy3.
87+
will work with Python 3.9+ and PyPy3.
8888

8989
If you wish to use testtools with Python 2.4 or 2.5, then please use testtools
9090
0.9.15.

scripts/all-pythons

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ def now():
8989
if __name__ == '__main__':
9090
sys.path.append(ROOT)
9191
result = TestProtocolClient(sys.stdout)
92-
for version in '3.7 3.8 3.9 3.10 3.11 3.12'.split():
92+
for version in '3.9 3.10 3.11 3.12'.split():
9393
run_for_python(version, result, sys.argv[1:])

0 commit comments

Comments
 (0)