From e32a0de62f034eb1c9b17f7d640f200de707b641 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 25 Aug 2023 12:18:46 +0300 Subject: [PATCH] py37 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 54de2d0..33a1138 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ from setuptools import Extension, setup from wheel.bdist_wheel import bdist_wheel -CP_VER = "cp36" -API_VER = ('Py_LIMITED_API', '0x03060000') +CP_VER = "cp37" +API_VER = ('Py_LIMITED_API', '0x03070000') class bdist_wheel_abi3(bdist_wheel):