setuptools: Spelling < 3.1.0beta3 ?

May 2, 2008
4:30 p.m.
Hi- What's the proper way to spell "any version in the 3.0.x series" if a project has a 3.1.0beta3 release? Specifically, CherryPy has both 3.0.2 and 3.1.0beta3 releases. I'd like to depend on any 3.0.x I've tried both 'CherryPy < 3.1' and 'CherryPy < 3.1.0' in my install_requires, and both cause setuptools to pull 3.1.0beta3. I realize I can use 'CherryPy == 3.0.2' but that defeats the "any 3.0.x" idea... --Pete
6224
Age (days ago)
6224
Last active (days ago)
0 comments
1 participants
participants (1)
-
Pete