12 lines
333 B
Diff
12 lines
333 B
Diff
--- 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}
|