Skip to content

Commit 18c0c72

Browse files
CI: Don't build 32bit Windows for Python 3.13 as no version of cypari is available
1 parent 7064227 commit 18c0c72

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc_src/installing.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,14 @@ will have an icon which can be pinned to your dock or task bar.
5858
Python Modules for Linux
5959
------------------------
6060

61+
Ubuntu 24.04: sudo apt install python3-pip python3-tk
62+
Fedora 41: sudo dnf install python3-pip python3-tkinter
63+
openSUSE Leap 15.6: sudo zypper install python3.12-tk
64+
6165
You can also install SnapPy using `pip` so it that it is included in
62-
your Python programming environment.
66+
your Python programming environment.
67+
68+
6369

6470

6571
According to current recommendations from

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ repair-wheel-command = "auditwheel repair --strip -w {dest_dir} {wheel}"
2525

2626
[tool.cibuildwheel.windows]
2727
archs = "auto"
28-
28+
skip = "cp313-win32"

0 commit comments

Comments
 (0)