Python 3.3 Support in openpyxl 2.5.0?
Created originally on Bitbucket by slee047 (Samuel Lee)
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