maxmind / GeoIP2-python

Python code for GeoIP2 webservice client and database reader
https://geoip2.readthedocs.org/en/latest/
Apache License 2.0
1.1k stars 140 forks source link

Add release notes and stop using deprecated config #175

Closed oschwald closed 1 month ago

oschwald commented 1 month ago
deronnax commented 1 month ago

[wheel] universal = 1 is for python apps that supports python 2 and 3, and GeoIP2 doesn't. With this field, build produces wheels labeled py2.py3, which is incorrect. Removing this field correctly labels them py3, so this field should be removed altogether :)

oschwald commented 1 month ago

Thanks! I'll remove that. It was probably leftover from when this did support Python 2.