Skip to content

Commit 1fe6601

Browse files
committed
build: small adjustments for tox
1 parent 4fbe1f6 commit 1fe6601

File tree

3 files changed

+260
-8
lines changed

3 files changed

+260
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ dynamic = ["version"]
3030
keywords = ["docx", "office", "openxml", "word"]
3131
license = { text = "MIT" }
3232
readme = "README.md"
33-
# requires-python = ">=3.9"
34-
requires-python = ">=3.9,<3.10"
33+
requires-python = ">=3.9"
3534

3635
[dependency-groups]
3736
dev = [
@@ -44,6 +43,7 @@ dev = [
4443
"pyright>=1.1.401",
4544
"pytest>=8.4.0",
4645
"ruff>=0.11.13",
46+
"tox>=4.26.0",
4747
"types-lxml-multi-subclass>=2025.3.30",
4848
]
4949

tox.ini

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

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

0 commit comments

Comments
 (0)