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

Python 3.13 support #1233

Open
elliotgunton opened this issue Oct 9, 2024 · 2 comments
Open

Python 3.13 support #1233

elliotgunton opened this issue Oct 9, 2024 · 2 comments
Labels
type:dependency-upgrade A dependency upgrade

Comments

@elliotgunton
Copy link
Collaborator

Hera supports 3.13 for the core features, but cicd (make test specifically) is blocked by the tests for new decorators breaking - varname seems to have a compatibility issue, see pwwang/python-varname#116

@elliotgunton elliotgunton added the type:dependency-upgrade A dependency upgrade label Oct 9, 2024
@pwwang
Copy link

pwwang commented Oct 11, 2024

I am the author of varname. Posting some updates here.

I cloned the repo and ran the tests regarding varname with python 3.13. I can't reproduce the errors in the CI.
I will keep looking for the cause.

Attaching a snapshot here:

@pwwang
Copy link

pwwang commented Oct 11, 2024

I found that this is caused by executing not pinned to ^2.1. This should be fixed by varname v0.13.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

2 participants