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

Commit

Permalink
Update minimal Nuitka required version
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan authored Mar 30, 2021
1 parent d0ad628 commit 030d122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hinted-compilation/nuitka-hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# Copyright 2019-2020, Jorj McKie, mailto:<[email protected]>
# Copyright 2019-2020, Orsiris de Jong, mailto:<[email protected]>
# Copyright 2019-2021, Orsiris de Jong, mailto:<[email protected]>
#
# Part of "Nuitka", an optimizing Python compiler that is compatible and
# integrates with CPython, but also works on its own.
Expand Down Expand Up @@ -44,8 +44,8 @@

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

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

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

0 comments on commit 030d122

Please sign in to comment.