From 711f1784b0ca500f8f50f17568ef0445c4bf4d6a Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Sun, 13 Jun 2021 16:48:10 -0500 Subject: [PATCH] update comment --- bitarray/__init__.pyi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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