-
Notifications
You must be signed in to change notification settings - Fork 22
Description
backport zoneinfo does not have wheels for python3.10.3.11/3.12.
ERROR: Failed building wheel for backports.zoneinfo
1269.3 running build_ext
1269.3 building 'backports.zoneinfo._czoneinfo' extension
1269.3 creating build/temp.linux-x86_64-cpython-312
1269.3 creating build/temp.linux-x86_64-cpython-312/lib
1269.3 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -I/cache/.pyenv/versions/3.12.3/include/python3.12 -c lib/zoneinfo_module.c -o build/temp.linux-x86_64-cpython-312/lib/zoneinfo_module.o -std=c99
1269.3 lib/zoneinfo_module.c: In function ‘zoneinfo_fromutc’:
1269.3 lib/zoneinfo_module.c:600:19: error: ‘_PyLong_One’ undeclared (first use in this function); did you mean ‘_PyLong_New’?
1269.3 600 | one = _PyLong_One;
1269.3 | ^~~~~~~~~~~
1269.3 | _PyLong_New
1269.3 lib/zoneinfo_module.c:600:19: note: each undeclared identifier is reported only once for each function it appears in
1269.3 error: command '/usr/bin/gcc' failed with exit code 1

So please add wheel for supports python>3.9
Thanks.