Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 030d122

Browse files
authored
Update minimal Nuitka required version
1 parent d0ad628 commit 030d122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hinted-compilation/nuitka-hints.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# Copyright 2019-2020, Jorj McKie, mailto:<jorj.x.mckie@outlook.de>
5-
# Copyright 2019-2020, Orsiris de Jong, mailto:<ozy@netpower.fr>
5+
# Copyright 2019-2021, Orsiris de Jong, mailto:<ozy@netpower.fr>
66
#
77
# Part of "Nuitka", an optimizing Python compiler that is compatible and
88
# integrates with CPython, but also works on its own.
@@ -44,8 +44,8 @@
4444

4545
# TODO: Provide a comparison/check method in the nuitka.Version module, maybe for 0.6.10
4646

47-
if not nuitka_version >= (0,6,9):
48-
sys.exit("This needs Nuitka version 0.6.9 or higher, this is %s" % getNuitkaVersion())
47+
if not nuitka_version >= (0,6,11):
48+
sys.exit("This needs Nuitka version 0.6.11 or higher, this is %s" % getNuitkaVersion())
4949

5050
python_version = sys.version.split()[0]
5151
this_dir = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)