diff --git a/setup.py b/setup.py index 08c84ef..aeb1730 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( extras_require={ # serialization - 'msgspec': ['msgspec; python_version >= 3.9'], + 'msgspec': ["msgspec; python_version >= '3.9'"], }, tests_require=['pytest'],