[Distutils] minimum Python version

Edward D. Loper edloper@gradient.cis.upenn.edu
Fri Oct 26 02:13:00 2001


Is there a way to specify a minimum Python version that's required
by a distutils package?  E.g., if I make a package, and I know
it requires Python 2.1, I'd like it to check the version of Python
on the system where it's being installed, to make sure that it's
at least 2.1.

-Edward