You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,10 @@ GraalPy has first-class support for embedding in Java and can turn Python applic
21
21
* See if the packages you need work with our [Python Compatibility Checker](https://www.graalvm.org/python/compatibility/)
22
22
* Use almost any standard Python feature, the CPython tests run on every commit and pass ~85%
23
23
<sup>
24
-
We run the tests of the [top PyPI packages](https://hugovk.github.io/top-pypi-packages/) on GraalPy every day.
25
-
For more than 96% of the top PyPI packages, there is at least one recent version that installs successfully and we are currently passing over 50% of all tests those top packages.
24
+
We run the tests of the [most depended on PyPI packages](https://libraries.io/pypi) every day.
25
+
For 96% of those packages a recent version can be installed on GraalPy and GraalPy passes about 50% of all tests of all packages combined.
26
+
We assume that CPython not passing 100% of all tests is due to problems in our infrastructure that may also affect GraalPy.
27
+
Packages where CPython fails all tests are marked as "not tested" for both CPython and GraalPy.
0 commit comments