Skip to content

Commit fd9b285

Browse files
committed
conditionally add pkg_resources
1 parent 8508c24 commit fd9b285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ deps=
6464
exceptiongroup: exceptiongroup
6565
lint: flake8
6666
lint: mypy
67-
lint: types-pkg_resources
67+
lint: types-pkg_resources; python_version < '3.12'
6868
lint: types-requests
6969
lint: types-Flask
7070
lint: types-contextvars

0 commit comments

Comments
 (0)