upstash / redis-py

HTTP based Python Redis Client for Serverless and Edge Functions
https://docs.upstash.com/redis
MIT License
29 stars 3 forks source link

Support python 3.8 #19

Closed burak-upstash closed 1 year ago

burak-upstash commented 1 year ago

First commit supports python 3.9 by changing | --> Union convention. Second commits starts supporting 3.8 by changing list,dict --> typing.List, typing.Dict

TudorZgimbau commented 1 year ago

Lgtm, thanks!