We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f1180 commit d761857Copy full SHA for d761857
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "asyncio_for_robotics"
3
-version = "1.0.6a1"
+version = "1.0.6a3"
4
description = "Asyncio interface for ROS 2, Zenoh, and other robotic middlewares."
5
readme = "README.md"
6
license = "MIT"
@@ -23,6 +23,8 @@ classifiers = [
23
"Programming Language :: Python :: 3.13",
24
"Programming Language :: Python :: 3.14",
25
"Operating System :: POSIX :: Linux",
26
+ "Operating System :: Microsoft :: Windows",
27
+ "Operating System :: MacOS",
28
"Topic :: Scientific/Engineering",
29
"Topic :: Software Development :: Embedded Systems",
30
"Topic :: System :: Networking",
0 commit comments