Python 3.3 Support in openpyxl 2.5.0?
*Created originally on Bitbucket by [slee047 (Samuel Lee)](https://bitbucket.org/%7B79a92eb5-a857-459a-9fab-d03ab60e69ec%7D/)* Hi, I saw an inconsistency in the setup.py In Line 21 to 24: ``` #!python if sys.version_info < (2, 7): raise Exception("Python >= 2.7 is required.") elif sys.version_info[:2] == (3, 3): warnings.warn("Python 3.2 is not supported") ``` So, is Python 3.3 going to be supported or not? *Attachments:* [setup.py](/uploads/252e716e3258987e7e822643f61a13b2/setup.py)
issue