Skip to content

Commit 7ec25ac

Browse files
committed
Require >= 3.4 for Python 3.x
3.3 reached its EOL in September 2017. Signed-off-by: Sebastian Ramacher <sebastian@ramacher.at>
1 parent b781065 commit 7ec25ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/sphinx/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the time of day.
1717
Getting your development environment set up
1818
-------------------------------------------
1919

20-
bpython supports Python 2.7, 3.3 and newer. The code is compatible with all
20+
bpython supports Python 2.7, 3.4 and newer. The code is compatible with all
2121
supported versions without the need to run post processing like `2to3`.
2222

2323
Using a virtual environment is probably a good idea. Create a virtual

doc/sphinx/source/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A checklist to perform some manual tests before a release:
4545

4646
Check that all of the following work before a release:
4747

48-
* Runs under Python 2.7, 3.3, 3.4 and 3.5.
48+
* Runs under Python 2.7, 3.4, 3.5 and 3.6.
4949
* Save
5050
* Rewind
5151
* Pastebin

0 commit comments

Comments
 (0)