- Support Python 3.13 thanks to eclipseo - Regenerate C code accordingly - Drop support for Python 3.8
3.1.0
------------------
- Support Python 3.12, macOS 12, 13 and 14 - Regenerate C code accordingly - Drop support for Python 3.7
3.0.2
------------------
- Support Python 3.11 - Regenerate C code accordingly - Drop support for Python 3.6
Thank you ~~~~~~~~~
* Ayan Sinha Mahapatra AyanSinhaMahapatra * Konrad Weihmann priv-kweihmann
3.0.1
-----------------------------------
- Build wheels for older Linux platforms and correct Windows and macOS versions.
3.0.0
-----------------------------------
Bug fixes and updates ~~~~~~~~~~~~~~~~~~~~~
- Allow empty generator - Behave like a set when doing comparison with other types - Regenerate C code with Cython 0.29.28 - Drop nose in favor of pytest - Drop support for Python 2.7 - Add support for Python 3.9 and 3.10 - Remove outdated Docker files - Streamline documentation - Let the compiler decide optimization and support non-X86 builds.
Thank you ~~~~~~~~~
- Pierre Tardy tardyp
2.4.1
-----------------------------------
Bug fixes and updates ~~~~~~~~~~~~~~~~~~~~~
- Allow empty generator - Regenerate C code with Cython 0.29.21