Files
Dean Huang e9bd61b56f start
2025-12-08 10:11:12 +08:00

918 B

HOWTO

Update version number

To update the version number update the lines in these files:

  • CMakeLists.txt
ADD_DEFINITIONS(-DDEVSIM_VERSION_STRING=\"2.10.0\")
  • dist/bdist_wheel/setup.cfg
version = 2.9.2

Update minimum python version

  • dist/bdist_wheel/setup.cfg
py-limited-api = cp39
  • src/pythonapi/CMakeLists.txt
target_compile_definitions(pythonapi_interpreter_py3 PRIVATE -DDEVSIM_MODULE_NAME=devsim_py3 -DPy_LIMITED_API=0x03090000)