JaWeilBaum / pyqtlet2

pyqtlet2 extends pyqtlet which initially brought Leaflet maps to PyQt5 and PySide6.
Other
37 stars 19 forks source link

Make library compatible with Python versions < 3.9 #21

Closed JuanPotato closed 2 years ago

JuanPotato commented 2 years ago

using list[float] instead of List[float] was introduced in python 3.9. This change allows the library to work in python 3.8 and prior. I believe this is the only instance.

JuanPotato commented 2 years ago

Moved to a feature branch and re-opened #22 if you still want to merge.