-
Notifications
You must be signed in to change notification settings - Fork 23
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 #116
Comments
pwwang
added a commit
that referenced
this issue
Oct 9, 2024
Can you give v0.13.4 a try? |
Hey, the new version has the same error (ci run here) |
Try v0.13.5. |
Hey @pwwang, 0.13.5 looks good, thank you! argoproj-labs/hera#1232 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @pwwang! Just creating an issue for awareness - I tried adding 3.13 to Hera's cicd argoproj-labs/hera#1232, but found the 3.13 job failing with the error:
varname.utils.VarnameRetrievingError: Couldn't retrieve the call node
. The same happens when runningmake ci
locally.It seems there's a compatibility issue with 3.13 for
varname
(as the rest of the Python versions work fine, so I don't think #107 applies). I can help investigate when I have time. Thanks!The text was updated successfully, but these errors were encountered: