Skip to content

Commit 83a4ae6

Browse files
committed
bump to python 3.12.3 and update changelog
1 parent f22e84c commit 83a4ae6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
XWIN_VERSION: xwin-0.5.0-x86_64-unknown-linux-musl
1818
XWIN_DOWNLOAD: https://github.com/Jake-Shadle/xwin/releases/download/0.5.0/xwin-0.5.0-x86_64-unknown-linux-musl.tar.gz
1919
# Python settings
20-
PYTHON_VERSION: "3.12.1"
20+
PYTHON_VERSION: "3.12.3"
2121

2222
jobs:
2323
cache-clang:

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.24)
22

3-
project(pyunrealsdk VERSION 1.1.0)
3+
project(pyunrealsdk VERSION 1.1.1)
44

55
function(_pyunrealsdk_add_base_target_args target_name)
66
target_compile_features(${target_name} PUBLIC cxx_std_20)

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.1.1
4+
Updated CI and stubs to Python 3.12
5+
36
## v1.1.0
47

58
Also see the unrealsdk v1.1.0 changelog [here](https://github.com/bl-sdk/unrealsdk/blob/master/changelog.md#v110).

0 commit comments

Comments
 (0)