Skip to content

Commit 4f83c17

Browse files
committed
update
1 parent cc56205 commit 4f83c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ RUN \
7979
imagemagick \
8080
enchant \
8181
clang-format-6.0 \
82-
python3.7 python3.7-dev python3.7-distutils \
8382
python3 python3-dev python3-distutils \
8483
python3.9 python3.9-dev python3.9-distutils \
8584
python3.10 python3.10-dev python3.10-distutils \
85+
python3.11 python3.11-dev python3.11-distutils \
8686
dpkg-dev \
8787
cmake \
8888
libjson-perl \

python/tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = clean,py{39,310,311,312}-{sbp2json,noextra}-construct{2_9_52,}
2+
envlist = clean,py{38,39,310,311}-{sbp2json,noextra}-construct{2_9_52,}
33
minversion = 1.7.2
44

55
[testenv:clean]
@@ -10,7 +10,7 @@ commands = coverage erase
1010
[testenv]
1111
extras = sbp2json: sbp2json
1212
depends =
13-
py{39,310,311,312}-{sbp2json,noextra}-construct{2_9_52,}: clean
13+
py{38,39,310,311}-{sbp2json,noextra}-construct{2_9_52,}: clean
1414
deps =
1515
construct_2_9_52: construct==2.9.52
1616
-r{toxinidir}/setup_requirements.txt

0 commit comments

Comments
 (0)