dataclasses-json icon indicating copy to clipboard operation
dataclasses-json copied to clipboard

[BUG] Documentation is misleading.

Open mahyarmirrashed opened this issue 1 month ago • 2 comments

Description

Documentation says that the latest release is available for Python3.6 but, it is not. Python3.6 support was removed here, on March 18, 2023: https://github.com/lidatong/dataclasses-json/commit/77526873ade0424561c60416a3bcb29dde92b302. I am building on a frozen system that is unable to upgrade its Python version. Otherwise, this wouldn't be much of an issue since Python3.6 is EOL anyway. I'd just like to see the text in the README.md where it says that 3.6 is supported to be removed. Thanks.

Code snippet that reproduces the issue

N/A

Describe the results you expected

To

Python version you are using

3.6.9

Environment description

pip==9.0.1

mahyarmirrashed avatar May 17 '24 20:05 mahyarmirrashed