-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update croniter stub to match latest versions #5392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but one question below.
version = "0.1" | ||
python2 = true | ||
version = "1.0" | ||
python2 = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to croniter's setup.py
, Python 2 is still supported. Any reason to drop it here?
Please ignore the CI failure, this is a bug in our CI scripts. mypy_primer ran without finding a difference. |
(Note that it would be very unexpected if mypy primer did find a difference, because since modular typeshed it does not check changes to third party stubs) |
@sbv-csis are you still interested in moving this forward? |
Merged master into this because it conflicted with #5872. |
I am going to close this for now as there hasn't been any responses to the feedback left. Please reopen it if there is still interest. |
In the latest versions of croniter a new
hash_id
argument has been added to the__init__