File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2323autodoc_mock_imports = ["machine" ]
2424
2525intersphinx_mapping = {
26- "python" : ("https://docs.python.org/3.5 " , None ),
26+ "python" : ("https://docs.python.org/3.6 " , None ),
2727 "CircuitPython" : ("https://circuitpython.readthedocs.io/en/latest/" , None ),
2828}
2929
Original file line number Diff line number Diff line change 2424 description = "Platform detection for use by libraries like Adafruit-Blinka." ,
2525 long_description = long_description ,
2626 long_description_content_type = "text/x-rst" ,
27- python_requires = ">=3.5 .0" ,
27+ python_requires = ">=3.6 .0" ,
2828 url = "https://github.com/adafruit/Adafruit_Python_PlatformDetect" ,
2929 # If your package is a single module, use this instead of 'packages':
3030 author = "Adafruit Industries" ,
4040 "Topic :: System :: Hardware" ,
4141 "License :: OSI Approved :: MIT License" ,
4242 "Programming Language :: Python :: 3" ,
43- "Programming Language :: Python :: 3.4" ,
44- "Programming Language :: Python :: 3.5" ,
43+ "Programming Language :: Python :: 3.6" ,
4544 ],
4645 packages = ["adafruit_platformdetect" , "adafruit_platformdetect.constants" ],
4746)
You can’t perform that action at this time.
0 commit comments