Python: remove support for Python 3.4

This commit is contained in:
Campbell Barton 2015-12-08 11:59:30 +11:00
parent 187b7257ea
commit a4a5d85755

@ -27,8 +27,8 @@
#ifndef __BPY_UTIL_H__
#define __BPY_UTIL_H__
#if PY_VERSION_HEX < 0x03040000
# error "Python 3.4 or greater is required, you'll need to update your python."
#if PY_VERSION_HEX < 0x03050000
# error "Python 3.5 or greater is required, you'll need to update your python."
#endif
struct EnumPropertyItem;