Skip to content

Commit 4207c05

Browse files
author
Roberto De Ioris
committed
do not build python3.5 versions in automatic releases
1 parent 138430d commit 4207c05

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Source/UnrealEnginePython/Private/UnrealEnginePython.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ bool PyUnicodeOrString_Check(PyObject *py_obj)
6767

6868
#define LOCTEXT_NAMESPACE "FUnrealEnginePythonModule"
6969

70-
UNREALENGINEPYTHON_API PyThreadState* UEPyGlobalState;
71-
72-
73-
7470
void FUnrealEnginePythonModule::UESetupPythonInterpreter(bool verbose)
7571
{
7672

tools/release_win64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import zipfile
77

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

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

0 commit comments

Comments
 (0)