Skip to content

Commit d761857

Browse files
committed
os compatibility
1 parent f7f1180 commit d761857

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asyncio_for_robotics"
3-
version = "1.0.6a1"
3+
version = "1.0.6a3"
44
description = "Asyncio interface for ROS 2, Zenoh, and other robotic middlewares."
55
readme = "README.md"
66
license = "MIT"
@@ -23,6 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Operating System :: POSIX :: Linux",
26+
"Operating System :: Microsoft :: Windows",
27+
"Operating System :: MacOS",
2628
"Topic :: Scientific/Engineering",
2729
"Topic :: Software Development :: Embedded Systems",
2830
"Topic :: System :: Networking",

0 commit comments

Comments
 (0)