I'm not sure why you frame this as an issue with Python 3. This has always been the case, even in the 2.x days every release added new features, and if you ran code using them in an older version it wouldn't work.
The minor releases are always backward-compatible, so just run the latest version and everything will work.