File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55
66.. image :: https://travis-ci.org/ChrisTimperley/roswire.svg?branch=master
77 :target: https://travis-ci.org/ChrisTimperley/roswire
8+ .. image :: https://badge.fury.io/py/roswire.svg
9+ :target: https://badge.fury.io/py/roswire
10+ .. image :: https://img.shields.io/pypi/pyversions/roswire.svg
11+ :target: https://pypi.org/project/roswire
812
913
1014ROSWire is a Python library for static and dynamic analysis of
@@ -36,6 +40,8 @@ Features
3640Installation
3741------------
3842
43+ roswire requires Python 3.6+
44+
3945To avoid interfering with the rest of your system (i.e., to avoid Python's
4046equivalent of DLL hell), we strongly recommend that
4147ROSWire is installed within a
Original file line number Diff line number Diff line change 1111setup (
1212 name = 'roswire' ,
1313 version = __version__ ,
14- python_requires = '>=3.5 ' ,
14+ python_requires = '>=3.6 ' ,
1515 description = 'An API for testing and mutating ROS systems.' ,
1616 author = 'Chris Timperley' ,
17174040 'Natural Language :: English' ,
4141 'Programming Language :: Python' ,
4242 'Programming Language :: Python :: 3' ,
43- 'Programming Language :: Python :: 3.5' ,
4443 'Programming Language :: Python :: 3.6' ,
4544 'Programming Language :: Python :: 3.7'
4645 ],
Original file line number Diff line number Diff line change 1- __version__ = '0.0.3 '
1+ __version__ = '0.0.4 '
You can’t perform that action at this time.
0 commit comments