Merge branch 'blender-v3.1-release'

This commit is contained in:
2022-02-22 10:18:15 +11:00
4 changed files with 5 additions and 9 deletions

View File

@@ -6,8 +6,8 @@
#pragma once
#if PY_VERSION_HEX < 0x03090000
# error "Python 3.9 or greater is required, you'll need to update your Python."
#if PY_VERSION_HEX < 0x030a0000
# error "Python 3.10 or greater is required, you'll need to update your Python."
#endif
#ifdef __cplusplus