File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
XWIN_VERSION : xwin-0.5.0-x86_64-unknown-linux-musl
18
18
XWIN_DOWNLOAD : https://github.com/Jake-Shadle/xwin/releases/download/0.5.0/xwin-0.5.0-x86_64-unknown-linux-musl.tar.gz
19
19
# Python settings
20
- PYTHON_VERSION : " 3.12.1 "
20
+ PYTHON_VERSION : " 3.12.3 "
21
21
22
22
jobs :
23
23
cache-clang :
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.24)
2
2
3
- project (pyunrealsdk VERSION 1.1.0 )
3
+ project (pyunrealsdk VERSION 1.1.1 )
4
4
5
5
function (_pyunrealsdk_add_base_target_args target_name)
6
6
target_compile_features (${target_name} PUBLIC cxx_std_20)
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.1.1
4
+ Updated CI and stubs to Python 3.12
5
+
3
6
## v1.1.0
4
7
5
8
Also see the unrealsdk v1.1.0 changelog [ here] ( https://github.com/bl-sdk/unrealsdk/blob/master/changelog.md#v110 ) .
You can’t perform that action at this time.
0 commit comments