##// END OF EJS Templates
rust: bump rust-cpython version to 0.7.2...
rust: bump rust-cpython version to 0.7.2 This version supports Python 3.12 while 0.7.1 did not.

File last commit:

r48841:58fe6d12 stable
r53147:37a07941 stable
Show More
pyproject.toml
17 lines | 244 B | application/toml | TOMLLexer
[build-system]
requires = ["setuptools", "wheel"]
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true