We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adca810 commit 067ca45Copy full SHA for 067ca45
1 file changed
pyproject.toml
@@ -211,9 +211,7 @@ dev = [
211
# Release tooling only. Kept out of `dev` because pygithub pulls in
212
# cryptography, which ships no free-threaded wheel and fails to build
213
# from sdist under free-threaded interpreters (PyO3 < 3.14 support).
214
-release = [
215
- "pygithub==2.5.0",
216
-]
+release = ["pygithub==2.5.0"]
217
docs = [
218
"ipython>=8.12.3",
219
"jinja2>=3.1.5",
0 commit comments