Skip to content

Commit

Permalink
fix(packaging): small packaging and doc tweaks
Browse files Browse the repository at this point in the history
`lxml` won't install on Apple Silicon after `4.9.2`.

Dropping testing for Python 3.7.
  • Loading branch information
scanny committed Apr 30, 2024
1 parent 94802e4 commit 5a80006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]
dependencies = [
"lxml>=3.1.0",
"lxml>=3.1.0,<=4.9.2",
"typing_extensions>=4.9.0",
]
description = "Create, read, and update Microsoft Word .docx files."
Expand Down
1 change: 1 addition & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sphinx==1.8.6
Jinja2==2.11.3
MarkupSafe==0.23
alabaster<0.7.14
-e .
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, py310, py311
envlist = py38, py39, py310, py311

[testenv]
deps = -rrequirements-test.txt
Expand Down

0 comments on commit 5a80006

Please sign in to comment.