beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.48k stars 352 forks source link

Add eol python warnings #1822

Open kaleJohn opened 1 month ago

kaleJohn commented 1 month ago

Added a validation function for the system's python version, warning if it is past it's end of life date, based on the dates from here: https://devguide.python.org/versions/.

Fixes #1669

PR Checklist: