You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently fakeredis requires Python >=3.8.1, which is incompatible with a lot of projects that have >=3.8 as a requirement.
Describe the solution you'd like
Unless there is a specific reason to target this specific version, it would be great to change the requirement to >=3.8.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently
fakeredis
requires Python>=3.8.1
, which is incompatible with a lot of projects that have>=3.8
as a requirement.Describe the solution you'd like
Unless there is a specific reason to target this specific version, it would be great to change the requirement to
>=3.8
.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: