Skip to content

Commit 57f571a

Browse files
committed
Test against py3.10 to py3.12.
1 parent 5372b95 commit 57f571a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python-ldap>=3.4.0,<3.5.0
44
# - 3.1 adds python3.8
55
# - 4.2 adds python3.9
66
# - 5.2.1 adds python3.11
7-
cachetools>=3.1,<5.4.0
7+
cachetools>=7.0.0

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,lint
2+
envlist = py310,py311,py312,lint
33

44
[testenv]
55
deps = -r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)