glyph / DateType

A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date', and separating out Naive and Aware datetimes into separate, mutually-incompatible types.
Other
73 stars 6 forks source link

Feature request: supporting older Python versions #6

Closed m-aciek closed 7 months ago

m-aciek commented 1 year ago

Thank you for sharing this library! Would it be costly to support Python 3.7+? (Currently declared Python support is for 3.10+.) I think I would be willing to create a PR.

Notes:

glyph commented 1 year ago

Sure, I'd be happy to look at this.