A while back, I build my packages for each of Python 3.12, 3.13, and 3.14 to see which version I would target as I moved off Python 3.11
I chose 3.12 as it build everything I needed.
I noticed today that my daily builds against those three versions continue. I'm going to stop my test build against 3.12 (because I'm now using it daily). The builds against 3.13 and 3.14 will help me keep track of what's building and not building.
That information will let me know when it's time to move to a newer version of Python.