History

v2.0.0

13 Dec 2023

Features

  • Refreshed implementation from CPython.

Deprecations and Removals

  • Drop support for Python 2 and require Python 3.8 or later. In most cases, users should rely on the 1.x releases for an implementation that runs on older Pythons. This 2.0 series provides minimal value for users of Python 3.3 and later except to provide packaging updates and possibly preview access to functionality on later Python versions.

v1.6.6

09 Jul 2023

Bugfixes

  • Restored install compatibilty on Python 2. (#20)

v1.6.5

23 Jun 2023

No significant changes.

v1.6.4

11 Apr 2021

#16: For test dependencies, when indicating Python 3, use >=3 instead of >3 to satisfy python-poetry/poetry#3862.

v1.6.3

23 Mar 2021

#15: Restore universal wheel.

v1.6.2

23 Mar 2021

Packaging refresh.

v1.6.1

02 Nov 2019

Publish release notes on readthedocs.

v1.6.0

01 Nov 2019

Refresh package metadata. Use black for code style. Enroll with Tidelift.

1.5

04 Feb 2018

Refresh package metadata including publishing license with the wheel (#11).

1.4

12 May 2017

#9: Updated namespace package to use pkgutil for declaring the namespace.

1.3

30 Sep 2016

Tagged commits are automatically released following passing tests.

1.2

26 Dec 2015

Issue #5: Added a minimal test suite.

1.1

08 Dec 2015

Moved hosting to Github. Library uses setuptools_scm for version tagging. Added license declaration.