From 0c5d7eb5a9b05eb4a6df969ebf81d51d8ab667a5 Mon Sep 17 00:00:00 2001 From: AURUMVORXX Date: Sat, 2 Nov 2024 11:10:11 +0300 Subject: [PATCH] Added submodule cpython --- .gitmodules | 5 +++-- dependencies/cpython | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 dependencies/cpython diff --git a/.gitmodules b/.gitmodules index ad5c12c..e181118 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,12 @@ [submodule "dependencies/sqapi"] path = dependencies/sqapi url = https://gitlab.com/GothicMultiplayerTeam/dependencies/sqapi.git + branch = main [submodule "dependencies/pybind11"] path = dependencies/pybind11 url = https://github.com/pybind/pybind11.git branch = master [submodule "dependencies/cpython"] path = dependencies/cpython - url = https://github.com/python/cpython.git - branch = main \ No newline at end of file + url = https://github.com/python/cpython + branch = 3.12 diff --git a/dependencies/cpython b/dependencies/cpython new file mode 160000 index 0000000..b592699 --- /dev/null +++ b/dependencies/cpython @@ -0,0 +1 @@ +Subproject commit b59269961f73cecd5d14ef4fa04689170aa0b2f3