This commit is contained in:
blueloveTH 2024-03-16 18:11:11 +08:00
parent 4c14460961
commit c4a89ed186
2 changed files with 2 additions and 6 deletions

View File

@ -49,7 +49,7 @@ Some variables can be set to control the build process:
+ `PK_BUILD_SHARED_LIB` - Build the shared (for C-APIs only)
+ `PK_ENABLE_OS` - Enable OS related features (default mode is sandboxed)
It is safe to use `main` branch in production.
It is safe to use `main` branch in production if CI is green.
### Compile Flags
@ -197,10 +197,6 @@ Your sponsorship will help us develop pkpy continuously.
An excellent learning material. It illustrates how Python's virtual machine works.
+ [box2d](https://box2d.org/)
The world's best 2D physics engine, written by Erin Catto. `box2d` now becomes a built-in module in pkpy `v1.1.3` and later.
## Star History

View File

@ -21,7 +21,7 @@
#include <typeinfo>
#include <initializer_list>
#define PK_VERSION "1.4.2"
#define PK_VERSION "1.4.3"
#include "config.h"
#include "export.h"