Browse Source

Update default Python version numbers

Thomas Kluyver 8 years ago
parent
commit
cf529d6b48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nsist/__init__.py

+ 1 - 1
nsist/__init__.py

@@ -36,7 +36,7 @@ pjoin = os.path.join
 logger = logging.getLogger(__name__)
 
 _PKGDIR = os.path.abspath(os.path.dirname(__file__))
-DEFAULT_PY_VERSION = '2.7.12' if PY2 else '3.5.2'
+DEFAULT_PY_VERSION = '2.7.13' if PY2 else '3.6.0'
 DEFAULT_BUILD_DIR = pjoin('build', 'nsis')
 DEFAULT_ICON = pjoin(_PKGDIR, 'glossyorb.ico')
 if os.name == 'nt' and sys.maxsize == (2**63)-1: