Commit 4426ee6
committed
build: move pygithub to release group to fix free-threaded wheel builds
pygithub pulls in cryptography via pyjwt[crypto]. cryptography 44.0.0
ships only abi3 wheels, which free-threaded interpreters cannot use, so
uv builds it from sdist; its bundled PyO3 0.23.2 caps at Python 3.13 and
fails on 3.14t. pygithub is only used by the manual release changelog
script, so move it out of the dev group into a new release group.
'uv sync --dev' (used by CI test jobs) no longer drags in cryptography.1 parent 87aff5d commit 4426ee6
3 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
212 | 217 | | |
213 | 218 | | |
214 | 219 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments