We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f08050 commit a0bb6f3Copy full SHA for a0bb6f3
README.rst
@@ -71,7 +71,7 @@ a peer reviewed paper introducing the library (22 authors).
71
Installation
72
------------
73
74
-The library requires Python 3.5 or greater.
+The library requires Python 3.6 or greater.
75
76
The simplest way to install is::
77
setup.py
@@ -33,5 +33,5 @@
33
"Programming Language :: Python :: 3.7",
34
"Programming Language :: Python :: 3 :: Only",
35
],
36
- python_requires=">=3.5",
+ python_requires=">=3.6",
37
)
0 commit comments