Skip to content

Commit

Permalink
Docker build for python12
Browse files Browse the repository at this point in the history
  • Loading branch information
thetheodor committed Jun 11, 2024
1 parent 1ae4613 commit 4a4a972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build_python_wheel_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = static_globals
version = 0.0.2
version = 0.0.3
author = Theodoros Theodoridis
author_email = [email protected]
description = A C/C++ code instrumenter makes global variables static
Expand All @@ -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
Expand Down

0 comments on commit 4a4a972

Please sign in to comment.