
[:python_version < "3.8"]
typing_extensions>=4.0

[test]

[test:python_version < "3.8"]
pytest<8,>=7.4

[test:python_version >= "3.8"]
pytest<9,>=8
