amazon-ion / ion-hash-python

A Python implementation of Amazon Ion Hash.
https://amazon-ion.github.io/ion-hash/
Apache License 2.0
10 stars 7 forks source link

Remove use of amazon.ion.util.Enum #35

Closed rmarrowstone closed 1 year ago

rmarrowstone commented 1 year ago

Replace deprecated custom Enum with Python IntEnum (as of 3.4). This package is intended to build with 3.4+, so no issue there.

Fixes #32

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.