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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,15 +216,16 @@ The default ``manylinux2014`` images have been extended with some OpenCV depende
216
216
217
217
Python 3.x compatible pre-built wheels are provided for the officially supported Python versions (not in EOL):
218
218
219
-
- 3.6
220
219
- 3.7
221
220
- 3.8
222
221
- 3.9
223
222
- 3.10
223
+
- 3.11
224
224
225
225
### Backward compatibility
226
226
227
227
Starting from 4.2.0 and 3.4.9 builds the macOS Travis build environment was updated to XCode 9.4. The change effectively dropped support for older than 10.13 macOS versions.
228
228
229
229
Starting from 4.3.0 and 3.4.10 builds the Linux build environment was updated from `manylinux1` to `manylinux2014`. This dropped support for old Linux distributions.
230
230
231
+
Starting from version 4.7.0 the Mac OS Github Actions build environment was update to version 11. Mac OS 10.x support depricated. See https://github.com/actions/runner-images/issues/5583
0 commit comments