harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
243 stars 45 forks source link

[0.19] Are We Droping Python <= 3.7 Support? #110

Closed hswong3i closed 9 months ago

hswong3i commented 9 months ago

From 0.19 release note (https://github.com/harlowja/fasteners/releases/tag/0.19), we mentioned:

BTW:

Now when I checking with pip list --outdated on CentOS 7, it show as below:

Package        Version Latest  Type
-------------- ------- ------- -----
fasteners      0.18    0.19    wheel

@psarka maybe we need a fix for it?

psarka commented 9 months ago

Thank you, I missed those!

It still works on python 3.7, so no harm done, but I'll take a note to update the python_requires section.

hswong3i commented 9 months ago

@psarka thank you for clarify ;-)