Skip to content

Commit b4959ae

Browse files
committed
revert protocol test for python versions limitation
1 parent 07843fd commit b4959ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def setup_logging(level=logging.DEBUG, use_file: bool = False):
4545
'aiohttp'
4646
]
4747

48-
if sys.version_info[:2] < (3, 13):
48+
if sys.version_info[:2] < (3, 11, 5):
4949
tested_transports += [
5050
'quic',
5151
'http3',

0 commit comments

Comments
 (0)