Closed stanislavlevin closed 1 month ago
I'm not sure that those are the changes from 3.0.0 and onward that can trigger the problem, but something else.
If you want the support, submit a PR, and i ll be glad to review & merge it :-)
Do you have a way to reproduce it easily ?
Ok, we are tied to https://github.com/python/cpython/issues/101069, im thinking on how to fix/workaround a bit on 32bits.
Seems 7th fields crons on 32 bit will be limited up to 2038 ....
I try to search a better way.
the fix is mostly there.
I also added a new CICD test to test under 32bit container, you can see this here : https://github.com/kiorky/croniter/actions/runs/10116093675/job/27978277513
I ll finish this and make a release normally tomorrow.
fixed, will be released along with #93 if any.
Thanks!
As of
croniter 3.0.0
(tested3.0.3
as well) several project's tests started to fail on 32bit system:Are 32bit systems supported?