@@ -54,17 +54,18 @@ def read(*names, **kwargs):
5454 "Operating System :: Microsoft :: Windows" ,
5555 "Programming Language :: Python" ,
5656 "Programming Language :: Python :: 3" ,
57- "Programming Language :: Python :: 3.3 " ,
58- "Programming Language :: Python :: 3.4 " ,
59- "Programming Language :: Python :: 3.5 " ,
60- "Programming Language :: Python :: 3.6 " ,
61- "Programming Language :: Python :: 3.7 " ,
62- "Programming Language :: Python :: 3.8 " ,
57+ "Programming Language :: Python :: 3.9 " ,
58+ "Programming Language :: Python :: 3.10 " ,
59+ "Programming Language :: Python :: 3.11 " ,
60+ "Programming Language :: Python :: 3.12 " ,
61+ "Programming Language :: Python :: 3.13 " ,
62+ "Programming Language :: Python :: 3.14 " ,
6363 "Programming Language :: Python :: Implementation :: CPython" ,
6464 "Programming Language :: Python :: Implementation :: IronPython" ,
6565 "Topic :: Scientific/Engineering" ,
6666 ],
6767 keywords = ["ros" , "ros-bridge" , "robotics" , "websockets" ],
68+ python_requires = ">=3.9" ,
6869 install_requires = requirements ,
6970 extras_require = {},
7071 entry_points = {"console_scripts" : ["roslibpy=roslibpy.__main__:main" ]},
0 commit comments