dcs-liberation / dcs_liberation

DCS World dynamic campaign.
GNU Lesser General Public License v3.0
722 stars 184 forks source link

Lock python version to 3.11.4 as 3.11.5 introduces a change that brea… #3380

Closed zhexu14 closed 7 months ago

zhexu14 commented 7 months ago

3.11.5 introduces a change that breaks unpickling of save files that leads to #3379. This PR introduces a short term fix by locking the python version used in the build until the root cause can be found and fixed.