From 174590ee88923f0493eda6b3e384a743a56d512a Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 7 Feb 2022 09:41:13 -0500 Subject: [PATCH] Note 3.10 support and add msgspec as dep --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index ebd034fa..6f8fd898 100755 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup( 'trio', 'trio-websocket', # 'tractor', # from github currently + 'msgspec', # performant IPC messaging 'async_generator', # brokers @@ -87,6 +88,7 @@ setup( "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", 'Intended Audience :: Financial and Insurance Industry', 'Intended Audience :: Science/Research', 'Intended Audience :: Developers',