Now that Python 3.13 beta has been released, I would like to test our dependencies on that platform. Several require that Pillow
is installed. I see that Pillow
’s automated test already pass its own Python 3.13 tests.
Is there a recommended way to bypass python_requires
to test `Pillow’ dependencies on a beta version of Python?