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
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ This repository holds the code to build [RDKit](https://github.com/rdkit/rdkit)
6
6
pip install rdkit
7
7
```
8
8
9
-
**NOTE:** Older versions of RDKit might be available at the [`rdkit-pypi`](https://pypi.org/project/rdkit-pypi/) PyPI repository (`pip install rdkit-pypi`). `rdkit-pypi` is the old name of this project at PyPI. Future RDKit versions will be available at the `rdkit` PyPI repository. Please update your dependencies, i.e., change `rdkit-pypi` to `rdkit`.
10
-
11
9
Please open an issue if you find something missing or not working as expected.
12
10
13
11
@@ -22,7 +20,7 @@ Please open an issue if you find something missing or not working as expected.
CIBW_BUILD=cp39-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml
53
+
CIBW_BUILD=cp313-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml
56
54
```
57
55
58
-
Replace `cp39-manylinux_x86_64` with `cp310-manylinux_x86_64`, `cp311-manylinux_x86_64`, `cp312-manylinux_x86_64`, `cp313-manylinux_x86_64`, or `cp314-manylinux_x86_64` to build for different Python
56
+
Replace `*` in `cp*-manylinux_x86_64` with `310`, `311`, `312`, `313`, or `314` to build for different Python
0 commit comments