File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 23
23
autodoc_mock_imports = ["machine" ]
24
24
25
25
intersphinx_mapping = {
26
- "python" : ("https://docs.python.org/3.5 " , None ),
26
+ "python" : ("https://docs.python.org/3.6 " , None ),
27
27
"CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
28
28
}
29
29
Original file line number Diff line number Diff line change 24
24
description = "Platform detection for use by libraries like Adafruit-Blinka." ,
25
25
long_description = long_description ,
26
26
long_description_content_type = "text/x-rst" ,
27
- python_requires = ">=3.5 .0" ,
27
+ python_requires = ">=3.6 .0" ,
28
28
url = "https://github.com/adafruit/Adafruit_Python_PlatformDetect" ,
29
29
# If your package is a single module, use this instead of 'packages':
30
30
author = "Adafruit Industries" ,
40
40
"Topic :: System :: Hardware" ,
41
41
"License :: OSI Approved :: MIT License" ,
42
42
"Programming Language :: Python :: 3" ,
43
- "Programming Language :: Python :: 3.4" ,
44
- "Programming Language :: Python :: 3.5" ,
43
+ "Programming Language :: Python :: 3.6" ,
45
44
],
46
45
packages = ["adafruit_platformdetect" , "adafruit_platformdetect.constants" ],
47
46
)
You can’t perform that action at this time.
0 commit comments