octodns / octodns-cloudflare

Cloudflare DNS provider for octoDNS
MIT License
24 stars 17 forks source link

Python 3.12 tooling updates #59

Closed ross closed 11 months ago

ross commented 11 months 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