Skip to content

Commit 5a80006

Browse files
committed
fix(packaging): small packaging and doc tweaks
`lxml` won't install on Apple Silicon after `4.9.2`. Dropping testing for Python 3.7.
1 parent 94802e4 commit 5a80006

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Software Development :: Libraries",
2323
]
2424
dependencies = [
25-
"lxml>=3.1.0",
25+
"lxml>=3.1.0,<=4.9.2",
2626
"typing_extensions>=4.9.0",
2727
]
2828
description = "Create, read, and update Microsoft Word .docx files."

requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Sphinx==1.8.6
22
Jinja2==2.11.3
33
MarkupSafe==0.23
4+
alabaster<0.7.14
45
-e .

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37, py38, py39, py310, py311
2+
envlist = py38, py39, py310, py311
33

44
[testenv]
55
deps = -rrequirements-test.txt

0 commit comments

Comments
 (0)