Skip to content

Commit 9686ff8

Browse files
committed
Merge pull request #109 from timgraham/document-py3-requirement
Document Python 3 version requirement.
2 parents f152d4f + 390c874 commit 9686ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![Build Status](https://travis-ci.org/xmlrunner/unittest-xml-reporting.svg?branch=master)](https://travis-ci.org/xmlrunner/unittest-xml-reporting)
77
[![Code Health](https://landscape.io/github/xmlrunner/unittest-xml-reporting/master/landscape.png)](https://landscape.io/github/xmlrunner/unittest-xml-reporting/master)
8-
[![Requirements Status](https://requires.io/github/xmlrunner/unittest-xml-reporting/requirements.svg?branch=master)](https://requires.io/github/xmlrunner/unittest-xml-reporting/requirements/?branch=master)
8+
[![Requirements Status](https://requires.io/github/xmlrunner/unittest-xml-reporting/requirements.svg?branch=master)](https://requires.io/github/xmlrunner/unittest-xml-reporting/requirements/?branch=master)
99

1010
# unittest-xml-reporting
1111

@@ -15,7 +15,7 @@ systems, IDEs and continuous integration servers.
1515

1616
## Requirements
1717

18-
* Python 2.7+
18+
* Python 2.7+ or 3.3+
1919
* Please note Python 2.6 end-of-life was in Oct 2013, and support will be dropped in next major version.
2020

2121
## Installation

0 commit comments

Comments
 (0)