Note 3.10 support and add msgspec as dep

py3.10_support
Tyler Goodlet 2022-02-07 09:41:13 -05:00
parent 00a90e7390
commit 174590ee88
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ setup(
'trio', 'trio',
'trio-websocket', 'trio-websocket',
# 'tractor', # from github currently # 'tractor', # from github currently
'msgspec', # performant IPC messaging
'async_generator', 'async_generator',
# brokers # brokers
@ -87,6 +88,7 @@ setup(
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
'Intended Audience :: Financial and Insurance Industry', 'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
'Intended Audience :: Developers', 'Intended Audience :: Developers',