smsearcy / mesh-info

Collect and view information about an AREDN mesh network.
GNU General Public License v3.0
5 stars 2 forks source link

Switch to pyproject.toml and update dependencies #88

Closed smsearcy closed 1 year ago

smsearcy commented 1 year ago

Use pyproject.toml instead of setup.cfg to define the project and dependencies. Update dependencies and address mypy errors in newer version. Add Python 3.11 to testing matrix and supported versions.

smsearcy commented 1 year ago

Add a changelog entry about Python 3.11 support.