Skip to content

Commit 1bc03d8

Browse files
committed
Update Python versions
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 37bae58 commit 1bc03d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6, 2.7, 3.3, and 3.4.
48+
* Runs under Python 2.6, 2.7, 3.3, 3.4 and 3.5.
4949
* Save
5050
* Rewind
5151
* Pastebin

doc/sphinx/source/tips.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ equivalent file.
1616

1717
.. code-block:: bash
1818
19-
alias bpython2.6='PYTHONPATH=~/python/bpython python2.6 -m bpython.cli'
19+
alias bpython3.5='PYTHONPATH=~/python/bpython python3.5 -m bpython.cli'
2020
2121
Where the `~/python/bpython`-path is the path to where your bpython source code
2222
resides.

0 commit comments

Comments
 (0)