Skip to content

Commit 99b6ab2

Browse files
committed
Updating README and docs to include more python versions
1 parent 446c617 commit 99b6ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This allows you to test and make sure your view layer is behaving the way you ex
2626

2727
## Requirements ##
2828

29-
Python 2.7 or 3.4.
29+
Python 2.6 or later, including Python 3+.
3030

3131
Works with either [PySide](https://pypi.python.org/pypi/PySide) or
3232
[PyQt](http://www.riverbankcomputing.com/software/pyqt), picking one that is available giving

Diff for: docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Introduction
2222
Requirements
2323
============
2424

25-
Python 2.7 or Python 3.4.
25+
Python 2.6 or later, including Python 3+.
2626

2727
Tested with pytest version 2.5.2.
2828

0 commit comments

Comments
 (0)