Kozea / pygal

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

Replace find_module by find_spec #532

Open cedk opened 1 year ago

cedk commented 1 year ago

find_module is deprecated since Python 3.4 but MetaPathFinder implements it for backwards compatibility.