File fix-wheel-cp.patch of Package saltbundlepy-tornado
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@
python, abi, plat = super().get_tag()
if python.startswith("cp"):
- return "cp38", "abi3", plat
+ return "cp311", "abi3", plat
return python, abi, plat
kwargs["cmdclass"] = {"bdist_wheel": bdist_wheel_abi3}