Kozea / pygal

PYthon svg GrAph plotting Library
https://www.pygal.org
GNU Lesser General Public License v3.0
2.62k stars 411 forks source link

DeprecationWarning: Using or importing the ABCs #521

Closed cristianoccazinsp closed 2 years ago

cristianoccazinsp commented 2 years ago

pygal/_compat.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working

Please release a minor update to resolve this warning/error.

gentooboontoo commented 2 years ago

Release 3.0.0 should fix the problem.

cristianoccazinsp commented 2 years ago

@gentooboontoo can we get an updated changelog for 3.0.0 as well?

gentooboontoo commented 2 years ago

Docs has been rebuilt. The changelog is now up to date.