- Add official Python v3.13 support
- Drop official Python v3.8 support. It is now EOL, although still works fine.
- Support newer Maxmind authentication scheme and download URLs. **This is a breaking change.** See below. (Thanks sh0rch .)
- The bash version now accepts environment variables to control which sets are generated (Thanks sh0rch .)
Maxmind have moved to a new authentication scheme and new download URLs. This version of geoipsets switches to using this mechanism and effectively drops support for older license keys. Anyone using Maxmind should:
1. Log in to their Maxmind account and generate a new license key.
2. Update geoipsets.conf to set both the account-id and license-key as show in the [example](https://github.com/chr0mag/geoipsets/blob/main/python/geoipsets.conf#L33)