Overview
Request 1197491 accepted
Update to 3.0.0
* Officially support Python 3.12 and drop support for Python 3.6
and 3.7. Dropping support for older Python versions made it
possible to simplify the code base signficantly, hopefully
making it easier to contribute to and maintain the project. (PR
#515)
* Fix pickling of dataclasses and their instances. (issue #386,
PR #513)
* Any color you like as long as it's black. (PR #521)
* Drop setup.py and setuptools in favor of pyproject.toml and
flit. (PR #521)
- Created by bnavigator
- In state accepted
Request History
bnavigator created request
Update to 3.0.0
* Officially support Python 3.12 and drop support for Python 3.6
and 3.7. Dropping support for older Python versions made it
possible to simplify the code base signficantly, hopefully
making it easier to contribute to and maintain the project. (PR
#515)
* Fix pickling of dataclasses and their instances. (issue #386,
PR #513)
* Any color you like as long as it's black. (PR #521)
* Drop setup.py and setuptools in favor of pyproject.toml and
flit. (PR #521)
mcalabkova accepted request
ok