From e7633cb99be1070b83118c0a005b5266f60a96b3 Mon Sep 17 00:00:00 2001 From: Thomas Kinnen Date: Tue, 26 Sep 2023 13:34:21 +0200 Subject: [PATCH] Update nuitka to properly support python 3.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7089417..1a8b945 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'gitdb2==4.0.2', # Required to compile to a native binary - 'nuitka==1.5.5' + 'nuitka==1.8.2' ], tests_require=[ 'teamscale-client',