Releases: irgeek/StrEnum
Releases · irgeek/StrEnum
Fix stub file installation with package.
Stub files for type hints and cleanup of tests and documentation.
Drop support for Python 3.6
Pytest no longer supports Python 3.6 so it's getting very difficult to maintain tests for that version. Python 3.6 went EOL about 12 months ago so there isn't much value in continuing to support it.
There are no code changes in this release, just some updates to the GH Actions config and PyPI classifiers.
Improve documentation and tests.
This release makes some improvements to the README and adds some missing tests. The functionality of the package hasn't changed, though.
Add Comparable mix-in and MACRO_CASE StrEnum
Merge pull request #10 from irgeek/comparable * Add a Comparable mix-in * Add a MACRO_CASE StrEnum * Add RTD documentation - https://strenum.readthedocs.io/en/latest/ * Drop Python 3.5 in tests