Skip to content

Commit

Permalink
do not build python3.5 versions in automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto De Ioris committed Jun 24, 2018
1 parent 138430d commit 4207c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Source/UnrealEnginePython/Private/UnrealEnginePython.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ bool PyUnicodeOrString_Check(PyObject *py_obj)

#define LOCTEXT_NAMESPACE "FUnrealEnginePythonModule"

UNREALENGINEPYTHON_API PyThreadState* UEPyGlobalState;



void FUnrealEnginePythonModule::UESetupPythonInterpreter(bool verbose)
{

Expand Down
2 changes: 1 addition & 1 deletion tools/release_win64.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import zipfile

UE_VERSIONS = ['4.15', '4.16', '4.17', '4.18', '4.19']
PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Program Files/Python35", "C:/Python27"]
PYTHON_VERSIONS = ["C:/Program Files/Python36", "C:/Python27"]

RELEASE_DIR = sys.argv[1].rstrip('/')

Expand Down

0 comments on commit 4207c05

Please sign in to comment.