Commit 4edf88e
Update Python version support from 3.9-3.13 to 3.10-3.14 (#120)
* Update Python version support from 3.9-3.13 to 3.10-3.14
- Update CI workflow to build wheels for Python 3.10-3.14 across all platforms
- Update pyproject.toml to require Python >=3.10
- Remove Python 3.9 classifier and add Python 3.14 classifier
- Drops Python 3.9 support (approaching EOL)
- Adds Python 3.14 support (latest release)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Fix macOS x86_64 wheel build by setting MACOSX_DEPLOYMENT_TARGET=10.12
The librdp.dylib from v0.14.2 requires macOS 10.12 minimum, but cibuildwheel
was defaulting to 10.9 for x86_64 builds. This caused delocate-wheel to fail
with a deployment target mismatch error.
Setting CIBW_ENVIRONMENT_MACOS to specify MACOSX_DEPLOYMENT_TARGET=10.12 aligns
the wheel's minimum macOS version with the library's requirement.
---------
Co-authored-by: Claude <[email protected]>1 parent 63c6097 commit 4edf88e
2 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments