Skip to content

Commit f5a6d65

Browse files
committed
remove pywinpty py315 CI kludge
1 parent 796c76f commit f5a6d65

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,19 @@ conflicts = [
6060
],
6161
]
6262

63-
# pywinpty does not yet publish a cp315 windows wheel - use our fork's build
63+
# pywinpty binary build releases lag behind python pre-releases,
64+
# so to get CI working ahead of new python releases we sometimes have
65+
# to use this custom build/index for python 3.15 - leave this comment in
6466
# until upstream ships one. https://github.com/bckohan/pywinpty
65-
[[tool.uv.index]]
66-
name = "pywinpty-py315"
67-
url = "https://bckohan.github.io/pywinpty/simple/"
68-
explicit = true
67+
# [[tool.uv.index]]
68+
# name = "pywinpty-py315"
69+
# url = "https://bckohan.github.io/pywinpty/simple/"
70+
# explicit = true
6971

70-
[tool.uv.sources]
71-
pywinpty = [
72-
{ index = "pywinpty-py315", marker = "sys_platform == 'win32' and python_full_version >= '3.15'" },
73-
]
72+
# [tool.uv.sources]
73+
# pywinpty = [
74+
# { index = "pywinpty-py315", marker = "sys_platform == 'win32' and python_full_version >= '3.15'" },
75+
# ]
7476

7577
[tool.hatch.build.targets.wheel]
7678
packages = ["src/django_typer"]

0 commit comments

Comments
 (0)