We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df60672 commit cd5403cCopy full SHA for cd5403c
kaitai/python/kaitai_sbp/tests/tox.ini
@@ -6,7 +6,7 @@ envlist = py
6
[testenv]
7
deps =
8
pytest
9
- kaitaistruct
+ kaitaistruct==0.10.0
10
construct
11
python-rapidjson
12
changedir = ../../../..
python/Dockerfile.benchmark
@@ -1,4 +1,4 @@
1
-FROM python:3.7-slim-bookworm
+FROM python:3.13-slim-bookworm
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
RUN apt-get update \
@@ -19,7 +19,8 @@ ADD . /work
19
20
RUN pip3 install -r /work/setup_requirements.txt
21
RUN pip3 install -r /work/requirements.txt
22
-RUN pip3 install kaitaistruct
+# keep in sync with above
23
+RUN pip3 install kaitaistruct==0.10.0
24
25
RUN pip3 install wheel setuptools
26
0 commit comments