Lowering minimum Python requirement to 3.8
We would like to use fastenum in an older version of Python, and I'm not seeing any code that blocks the package from being compatible with 3.8 (3.7 if you remove SupportsIndex
)
Is it possible to re-declare the minimum requirement for Python to be ^3.8
?