diff --git a/bitarray/__init__.pyi b/bitarray/__init__.pyi index 1b12fea4..d7953b05 100644 --- a/bitarray/__init__.pyi +++ b/bitarray/__init__.pyi @@ -1,6 +1,6 @@ """ -This stub, as well as util.pyi, have been tested with -Python 3.5 .. 3.10 and mypy 0.902 +This stub, as well as util.pyi, have been tested with all Python 3 versions +that bitarray supports and mypy 0.902. """ from collections.abc import Iterable, Iterator from unittest.runner import TextTestResult