2 Commits

Author SHA1 Message Date
Misty De Méo
4627901a37 deps: install setuptools on python 3.12+
distutils was removed beginning in Python 3.12, but it's used at
runtime by rethinkdb 2.4.9. setuptools provides a copy of distutils,
so we should make sure to install it when we're on Python 3.12 or
newer until we're able to upgrade to a version of rethinkdb that
no longer needs it.

See: https://www.python.org/downloads/release/python-3120/
2025-03-13 09:46:49 -07:00
Gretchen Leigh Miller
d13add09e5 ruff import sorting pass + adding uv.lock (#342)
* ruff import sorting pass

* add uv.lock

* move comment back to its proper place
2025-03-13 09:46:31 -07:00