ref(py3): Remove SENTRY_PYTHON3 and -py3 versons (#764)
This is in preparation to make the PY3 version the default for Docker images and self-hosted. It is part 4/5:
Add -py2 variants for the Python 2 build tags and introduce the SENTRY_PYTHON2 env variable usage(getsentry/sentry#22460)Switch getsentry/onpremise to Python 3 by default*, introducing the SENTRY_PYTHON2 env var for Py2 builds via the -py2 suffix(getsentry/onpremise#763)Move the unsuffixed version of the builds to Python 3(getsentry/sentry#22466)- Remove the SENTRY_PYTHON3 env var support and -py3 prefix usage from getsentry/onpremise
- Remove tagging of -py3 builds from getsentry/sentry