@@ -130,13 +130,13 @@ To install pypylon open your favourite terminal and run:
130130
131131The following versions are available on pypi:
132132
133- | | 3.9 | 3.10 | 3.11 | 3.12 |
134- | ----------------| -----| ------| ------| ------|
135- | Windows 64bit | x | x | x | x |
136- | Linux x86_64* | x | x | x | x |
137- | Linux aarch64* | x | x | x | x |
138- | macOS x86_64** | x | x | x | x |
139- | macOS arm64** | x | x | x | x |
133+ | | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 |
134+ | ----------------| -----| ------| ------| ------| ------ |
135+ | Windows 64bit | x | x | x | x | x |
136+ | Linux x86_64* | x | x | x | x | x |
137+ | Linux aarch64* | x | x | x | x | x |
138+ | macOS x86_64** | x | x | x | x | x |
139+ | macOS arm64** | x | x | x | x | x |
140140
141141
142142> Additional Notes on binary packages:
@@ -152,8 +152,8 @@ You need a few more things to compile pypylon:
152152 * An installation of pylon SDK for your platform
153153 * A compiler for your system (Visual Studio on Windows, gcc on linux, xCode commandline tools on macOS)
154154 * Python development files (e.g. ` sudo apt install python-dev ` on linux)
155- * [ swig] ( http://www.swig.org ) >= 4.2
156- * For all 64bit platforms you can install the tool via ` pip install swig `
155+ * [ swig] ( http://www.swig.org ) >= 4.2 and < 4.3
156+ * For all 64bit platforms you can install the tool via ` pip install " swig>=4.2,<4.3" `
157157
158158To build pypylon from source:
159159``` console
0 commit comments