File size: 84 Bytes
065fee7 |
1 2 3 4 5 |
import sys
if sys.version_info < (3, 11):
collect_ignore_glob = ["*_py311.py"]
|
065fee7 |
1 2 3 4 5 |
import sys
if sys.version_info < (3, 11):
collect_ignore_glob = ["*_py311.py"]
|