Skip to content
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

Use pyproject.toml #28

Closed
wants to merge 5 commits into from
Closed

Use pyproject.toml #28

wants to merge 5 commits into from

Conversation

ayalash
Copy link
Collaborator

@ayalash ayalash commented Sep 27, 2024

No description provided.

@ayalash ayalash requested a review from vmalloc September 27, 2024 14:43
Makefile Show resolved Hide resolved
@vmalloc
Copy link
Owner

vmalloc commented Sep 27, 2024

Approved. I will work on the 3.13 issue on top of this branch. Thanks!

@ayalash
Copy link
Collaborator Author

ayalash commented Sep 27, 2024

@vmalloc For python versions < 3.13 the getfullargspec raise TypeError:

python -c 'import time; import inspect; print(repr(inspect.getfullargspec(time.time)))'

For python version == 3.13 it will return:

FullArgSpec(args=[], varargs=None, varkw=None, defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={})

@ayalash
Copy link
Collaborator Author

ayalash commented Oct 2, 2024

Closing...
Will be handled as part of #29

@ayalash ayalash closed this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants