We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70161a commit 655d9c9Copy full SHA for 655d9c9
1 file changed
README.md
@@ -131,6 +131,30 @@ $ sudo make install
131
Note: if your directory path includes spaces, the installation will probably
132
fail with ``No such file or directory`` errors.
133
134
+### Wheels
135
+
136
+We build binary TA-Lib wheels for Python using GitHub Actions.
137
138
+Supported platforms:
139
140
+* Windows 64-bit
141
+* Windows 32-bit
142
+* Windows ARM64
143
+* macOS x86_64
144
+* macOS arm64
145
+* Linux 64-bit
146
+* Linux ARM64
147
148
+Supported Python versions:
149
150
+* 3.9
151
+* 3.10
152
+* 3.11
153
+* 3.12
154
+* 3.13
155
156
+These will be available when new [releases](https://github.com/ta-lib/ta-lib-python/releases) are generated.
157
158
### Troubleshooting
159
160
If you get a warning that looks like this:
0 commit comments