eclipse-csi / otterdog

OtterDog is a tool to manage GitHub organizations at scale using a configuration as code approach. It is actively used by the Eclipse Foundation to manage its numerous projects hosted on GitHub.
https://otterdog.readthedocs.org
Eclipse Public License 2.0
24 stars 4 forks source link

Add support for tox #329

Closed netomi closed 1 week ago

netomi commented 1 week ago

This PR adds support for tox to run tests for different python versions locally.

It also reinstates python 3.13 as supported version now that rjsonnet is used.