Rebuilds in CI

Goal: Test rebuilds for example for a new Python

Potential workflow:

pkgctl repo clone python
git checkout -b python-3.12
pkgctl build --repo $temp?

Every package in a todolist will be rebuild against this repo, optionall checking out a python-3.12 branch if it exists. Needs either pkgctl support or special casing in CI.