Closed Girgitt closed 8 months ago
Thanks for bringing the issue to my attention. It's time to create a testing pipeline for different Python versions, With GitHub CI so it won't happen again.
Please check out the latest version, v2.5.0; the issue should be resolved :)
@Girgitt Did you get a chance to check if the issue still persists with the latest version?
In version v.2.4 (tested tags v.2.4.0 and v.2.4.1) RedisDict cannot be imported under python 3.9 due to syntax error:
redis_dict.py: 642-3
Writing union types as int | timedelta is not supported in python 3.9
Tag v.2.3 works fine.