Skip to content

Tags: irgeek/StrEnum

Tags

v0.4.15

Toggle v0.4.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from irgeek/add-missing-types

Add some missing type annotations.

v0.4.14

Toggle v0.4.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from irgeek/fix-stubs-for-real

Really actually fix installing stubs with the package.

v0.4.13

Toggle v0.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #27 from irgeek/fix-no-include-tests

Don't include 'tests' dir in package.

v0.4.12

Toggle v0.4.12's commit message
Update .gitignore.

v0.4.11

Toggle v0.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from igoose1/fix-stub-packaging

 Fix stub including in a package

v0.4.10

Toggle v0.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from ericbn/update-README.md

Update README.md

v0.4.9

Toggle v0.4.9's commit message
Update GH Actions config and remove 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.

v0.4.8

Toggle v0.4.8's commit message
Stop installing "tests" dir as a package.

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from treyhunner/patch-1

Correct Python version in enum.StrEnum note

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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