Skip to content

Commit 9cdb558

Browse files
committed
[GR-55695] uv now supports GraalPy for venvs and packages that don't need patches
1 parent 4ae8cd4 commit 9cdb558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
1414
* The option `python.EmulateJython` to enable Jython emulation is now marked as stable, and can thus be relied upon in production.
1515
* Fixed parsing of pyvenv.cfg according to PEP 405, which is required to use [uv](https://github.com/astral-sh/uv?tab=readme-ov-file#uv) generated venvs with GraalPy.
1616
* Use https://www.graalvm.org/python/wheels/ as the default value for the `--extra-index-url` pip option. This will make it easy for users to install GraalPy binary wheels in the future.
17+
* You can now create GraalPy venvs and install pure Python packages into GraalPy venvs with [uv](https://github.com/astral-sh/uv), the fast Python package installer. Note that some packages have compatibility issues when installed this way, and still need to be installed with plain `pip`.
1718

1819
## Version 24.0.0
1920
* We now provide a collection of recipes in the form of GitHub Actions to build popular native extensions on GraalPy. These provide a reproducible way for the community to build native extensions for GraalPy with the correct dependencies. See scripts/wheelbuilder/README.md for details.

0 commit comments

Comments
 (0)