Skip to content

Commit

Permalink
Use jsonnet-sdist for python 3.13 to be allowed to push package to py…
Browse files Browse the repository at this point in the history
…pi. (#584)
  • Loading branch information
mauvilsa authored Sep 26, 2024
1 parent 08eadaa commit 778a371
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ The semantic versioning only considers the public API as described in
paths are considered internals and can change in minor and patch releases.


v4.33.1 (2024-09-??)
--------------------

Fixed
^^^^^
- Use ``jsonnet-sdist`` for python 3.13 to be allowed to push package to pypi
(`#??? <https://github.com/omni-us/jsonargparse/pull/???>`__).


v4.33.0 (2024-09-25)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jsonschema = [
jsonnet = [
"jsonnet>=0.13.0; os_name == 'posix' and python_version < '3.13'",
"jsonnet-binary>=0.17.0; os_name != 'posix' and python_version < '3.13'",
"jsonnet @ https://github.com/google/jsonnet/zipball/master ; python_version == '3.13'",
"jsonnet-sdist==2024.6.23; python_version == '3.13'",
]
urls = [
"requests>=2.18.4",
Expand Down

0 comments on commit 778a371

Please sign in to comment.