octodns / octodns-bind

RFC compliant (Bind9) provider for octoDNS
MIT License
7 stars 12 forks source link

Python 3.12 tooling updates #48

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