Skip to content

Commit

Permalink
Update default Python versions to latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Sep 29, 2015
1 parent 502b150 commit 23b623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
logger = logging.getLogger(__name__)

_PKGDIR = os.path.abspath(os.path.dirname(__file__))
DEFAULT_PY_VERSION = '2.7.9' if PY2 else '3.4.3'
DEFAULT_PY_VERSION = '2.7.10' if PY2 else '3.5.0'
DEFAULT_BUILD_DIR = pjoin('build', 'nsis')
DEFAULT_ICON = pjoin(_PKGDIR, 'glossyorb.ico')
if os.name == 'nt' and sys.maxsize == (2**63)-1:
Expand Down

0 comments on commit 23b623f

Please sign in to comment.