Skip to content

Commit 60cb93b

Browse files
committed
State intend to not artifially raise the required Python version
1 parent b866ef3 commit 60cb93b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To get you started, we've provided some example solutions for past CTF challenge
3434

3535
Pwntools is best supported on 64-bit Ubuntu LTS releases (22.04 and 24.04). Most functionality should work on any Posix-like distribution (Debian, Arch, FreeBSD, OSX, etc.).
3636

37-
Pwntools requires Python 3.10 since version 5.0.0. Use Pwntools 4.x for older versions as well as Python 2.7. Most of the functionality of pwntools is self-contained and Python-only. You should be able to get running quickly with
37+
Pwntools supports Python 3.10+ since version 5.0.0. Use Pwntools 4.x for older versions as well as Python 2.7. Most of the functionality of pwntools is self-contained and Python-only. You should be able to get running quickly with
3838

3939
```sh
4040
sudo apt-get update

docs/source/install.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Note: For Mac OS X you will need to have cmake ``brew install cmake`` and pkg-co
2121
Released Version
2222
-----------------
2323

24-
pwntools is available as a ``pip`` package for Python3. Version v5.0.0 requires Python3.10 or later.
24+
pwntools is available as a ``pip`` package for Python3. Version v5.0.0 supports Python3.10 or later. Use v4 if you use earlier versions of Python.
2525

2626
Python3
2727
^^^^^^^
2828

29+
The Python version required for installing Pwntools is kept as low as possible on a best-effort basis. However, new features target Python3.10 and later.
30+
2931
.. code-block:: bash
3032
3133
$ sudo apt-get update

0 commit comments

Comments
 (0)