octodns / octodns-dnsimple

Dnsimple API provider for octoDNS
MIT License
1 stars 2 forks source link

Python 3.12 tooling updates #29

Closed ross closed 1 year ago

ross commented 1 year ago

setuptools and wheel are no longer part of venvs by default as of 3.12 and needs to be explicitly installed when needed.

/cc https://github.com/octodns/octodns/pull/1085