EndstoneMC / endstone

Endstone - High-level Plugin API for Modding Bedrock Dedicated Servers (BDS), in both Python and C++.
http://endstone.dev/
Apache License 2.0
236 stars 22 forks source link

[feature] Add support for Python 3.13 #54

Closed wu-vincent closed 2 weeks ago

wu-vincent commented 2 weeks ago

Is your feature request related to a problem? Please describe.
Python 3.13 is currently in the release candidate stage and is scheduled for official release on October 1, 2024 (in approximately 2 weeks). To ensure compatibility with the latest version, we should begin updating our workflows to support Python 3.13.

Describe the solution you'd like
Update the workflow configuration to include Python 3.13 in addition to all previously supported versions.

wu-vincent commented 2 weeks ago

Completed in https://github.com/EndstoneMC/endstone/commit/84c80eaadb7d92cce2f3b8b6d7e94aecba1ed863.

smartcmd commented 2 weeks ago

👀