forked from goodboy/tractor
1
0
Fork 0

Fix py version classifier

msgspec_not_fucked
Tyler Goodlet 2021-07-01 09:54:59 -04:00
parent 2bd6bbc1b7
commit b1de90b175
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ setup(
extras_require={
# serialization
'msgspec': ['msgspec; python_version >= 3.9'],
'msgspec': ["msgspec; python_version >= '3.9'"],
},
tests_require=['pytest'],