I wish to disable the ability to run my program on certain Windows operating systems to prevent certain issues I can't replicate in newer versions. I would like to prevent running it on Windows XP, Vista, and eventually, 7.
How can I achieve this? For a little while I used an if statement with _platform but that did not work well or efficiently.