Skip to content

Commit

Permalink
Fix Python3.12 dev_env
Browse files Browse the repository at this point in the history
  • Loading branch information
xDaile authored and lipoja committed Dec 5, 2024
1 parent b01a2f9 commit 84a9c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/Dockerfile-api
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ RUN dnf -y install \
python3.12-devel \
python3.12-pip \
python3.12-wheel \
python3.12-setuptools \
&& dnf update -y \
&& dnf clean all
RUN update-alternatives --set python3 $(which python3.12)

COPY . .
COPY ./docker/iib-httpd.conf /etc/httpd/conf/httpd.conf

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
],
entry_points={'console_scripts': ['iib=iib.web.manage:cli']},
license="GPLv3+",
python_requires='>=3.8',
python_requires='>=3.12',
)

0 comments on commit 84a9c16

Please sign in to comment.