<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">from graphql.version import VersionInfo, version_info

IS_GQL_33 = version_info &gt;= VersionInfo.from_str("3.3.0a0")
IS_GQL_32 = not IS_GQL_33
</pre></body></html>