Skip to content

Commit a0bb6f3

Browse files
committed
Fix py >= 3.6 in README and setup.py
1 parent 5f08050 commit a0bb6f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ a peer reviewed paper introducing the library (22 authors).
7171
Installation
7272
------------
7373

74-
The library requires Python 3.5 or greater.
74+
The library requires Python 3.6 or greater.
7575

7676
The simplest way to install is::
7777

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"Programming Language :: Python :: 3.7",
3434
"Programming Language :: Python :: 3 :: Only",
3535
],
36-
python_requires=">=3.5",
36+
python_requires=">=3.6",
3737
)

0 commit comments

Comments
 (0)