Skip to content

Latest commit

 

History

History
127 lines (77 loc) · 2.22 KB

CHANGES.rst

File metadata and controls

127 lines (77 loc) · 2.22 KB

Changelog

1.3.2 (2024-12-13)

Deprecations and Removals

  • Dropped Python 3.7 support. #413
  • Dropped Python 3.8 support. #645

Misc


1.3.1 (2022-11-08)

Bugfixes

  • Removed stray quote and comma from setup.cfg preventing PyPI from accepting a release. #361

1.3.0 (2022-11-08)

Features

  • Switched to declarative package setup. #267
  • Added support for Python 3.11. #360

Deprecations and Removals

  • Dropped Python 3.6 support. #267

1.2.0 (2021-10-16)

Features

  • Added support for Python 3.10. #328

Bugfixes

  • Mark aiosignal as Python3-only package #165

1.1.2 (2020-11-27)

Features

  • Fix MANIFEST.in to include aiosignal/py.typed marker

1.1.1 (2020-11-27)

Features

  • Support type hints

1.1.0 (2020-10-13)

Features

  • Added support of Python 3.8 and 3.9

1.0.0 (2019-11-11)

Deprecations and Removals

  • Dropped support for Python 3.5; only 3.6, 3.7 and 3.8 are supported going forward. #23