Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RReichert committed Feb 4, 2025
1 parent cc56205 commit 4f83c17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ RUN \
imagemagick \
enchant \
clang-format-6.0 \
python3.7 python3.7-dev python3.7-distutils \
python3 python3-dev python3-distutils \
python3.9 python3.9-dev python3.9-distutils \
python3.10 python3.10-dev python3.10-distutils \
python3.11 python3.11-dev python3.11-distutils \
dpkg-dev \
cmake \
libjson-perl \
Expand Down
4 changes: 2 additions & 2 deletions python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = clean,py{39,310,311,312}-{sbp2json,noextra}-construct{2_9_52,}
envlist = clean,py{38,39,310,311}-{sbp2json,noextra}-construct{2_9_52,}
minversion = 1.7.2

[testenv:clean]
Expand All @@ -10,7 +10,7 @@ commands = coverage erase
[testenv]
extras = sbp2json: sbp2json
depends =
py{39,310,311,312}-{sbp2json,noextra}-construct{2_9_52,}: clean
py{38,39,310,311}-{sbp2json,noextra}-construct{2_9_52,}: clean
deps =
construct_2_9_52: construct==2.9.52
-r{toxinidir}/setup_requirements.txt
Expand Down

0 comments on commit 4f83c17

Please sign in to comment.