- fix GAM on MacOS M1 (Apple Silicon) devices #1465
- Python 3.6 is end of life, require Python 3.7+
- @janosh Syntax updates for Python 3.7+
- Require TLS 1.3 by default. If for some reason you need to allow TLS 1.2, you can set the environment variable
GAM_TLS_MIN_VERSION=TLSv1_2
- The usual bug fixes and improvements by @taers232c and @jay0lee