Skip to content

Commit 6322f6d

Browse files
authored
Merge pull request #208 from makermelissa/main
Fix docs to match Python 3.6 requirement
2 parents 49a4797 + 686724f commit 6322f6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Dependencies
4141
=============
4242
This driver depends on:
4343

44-
* Python 3.5 or higher
44+
* Python 3.6 or higher
4545

4646
Installing from PyPI
4747
=====================

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
**Software and Dependencies:**
1818
19-
* Linux and Python 3.5 or Higher
19+
* Linux and Python 3.6 or Higher
2020
2121
"""
2222

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
**Software and Dependencies:**
1717
18-
* Linux and Python 3.5 or Higher
18+
* Linux and Python 3.6 or Higher
1919
2020
"""
2121

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
license="MIT",
3939
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
4040
classifiers=[
41-
"Development Status :: 3 - Alpha",
41+
"Development Status :: 5 - Production/Stable",
4242
"Intended Audience :: Developers",
4343
"Topic :: Software Development :: Libraries",
4444
"Topic :: System :: Hardware",

0 commit comments

Comments
 (0)