diff --git a/build_python_wheel_docker.sh b/build_python_wheel_docker.sh index 6795fd6..173aa78 100755 --- a/build_python_wheel_docker.sh +++ b/build_python_wheel_docker.sh @@ -20,6 +20,7 @@ sed -i "s~THIS_DIR~$(pwd)~g" setup.py "/opt/python/cp310-cp310/bin/python" -m build -w -o wheelhouse "/opt/python/cp311-cp311/bin/python" -m build -w -o wheelhouse +"/opt/python/cp312-cp312/bin/python" -m build -w -o wheelhouse function repair_wheel { diff --git a/setup.cfg b/setup.cfg index 5cb9ab8..1a1e3b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = static_globals -version = 0.0.2 +version = 0.0.3 author = Theodoros Theodoridis author_email = theodort@inf.ethz.ch description = A C/C++ code instrumenter makes global variables static @@ -19,7 +19,7 @@ packages=find: python_requires = >= 3.10 include_package_data = True install_requires = - diopter >= 0.0.11 + diopter >= 0.0.29 [options.packages.find] where=python_src