Yes, you could look at the table in the Pythons Developer Guide for most releases. Specifically Python 3.3 will have security fixes until 2017-09-29.
Additionally, appropriate PEPs exist (google-able or from the devguide table) for each branch where a lifespan section specifies these. For 3.3 in PEP 398:
3.3will receive bugfix updates approximately every 4-6 months for approximately 18 months. After the release of3.4.0final, a final3.3bugfix update will be released. After that, security updates (source only) will be released until 5 years after the release of3.3final, which will be September 2017.
For the rest of the actively maintained Pythons, the PEPs are:
- Python 3.9 PEP 596
- Python 3.8 PEP 569
- Python 3.7 PEP 537
- Python 3.6 PEP 494
- Python 3.5 PEP 478
See the Lifespan and Schedule sections for details on these.