-
Notifications
You must be signed in to change notification settings - Fork 451
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
New Release? #1178
Comments
We would like to use the library with Python 3.13 as well and would thus require this fix. Could someone please make a new release? |
Probably worth making sure that if a new release is performed, it works with Bazel 8. |
@johnbartholomew @sbarzowski is there anything we can do to help with getting a new release out? I believe the fixes are already in master, we just need a release. |
+1 for a new release. master branch works fine but a new release is better |
I am also waiting for a release, and note that master is not an option. I had previously created issue #1172 but there have been no comments there. PyPI doesn't allow to set as a requirement a commit in a github repository. So I ended up creating a new PyPI project https://pypi.org/project/jsonnet-sdist/ so that I was able to release my package. |
A new release candidate is now available. Since this is the first release for nearly two years, and there have been many changes (not least changes to the build & packaging tools), I am opting to publish an You can find the new release candidate (
|
Thanks for the release candidate! I ran my tests on linux with jsonnet v0.21.0rc1 from python 3.9 to 3.13. All successful. I also ran tests on mac but jsonnet fails to compile, same error as in #1202 (comment). Today I am not able to run the same tests in windows. I will try to do that tomorrow. |
Thanks for all of your hard work! 🙏
Looks like the last release was
0.20.0
in April 2023 and there have been quite a few improvements since then.For example PR ( #1032 ) fixes a Python 3.13 build issue.
Was wondering if it would be possible to make a new release?
The text was updated successfully, but these errors were encountered: