File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55----
66
77- Improve interoperability with ``importlib.metadata ``, fixing a regression
8- in setuptools compatibility in 1.1 (# 199).
8+ in setuptools compatibility in 1.1 (:pull: ` 199 ` ).
99- Clean up the ``_in_process `` directory inside the package from ``sys.path ``
10- before imporing the backend (# 193).
10+ before imporing the backend (:pull: ` 193 ` ).
1111
1212v1.1
1313----
3939
4040- Remove support for end-of-life Pythons. Now requires Python3.6+.
4141- Remove support for ``toml `` package. Now requires ``tomli ``.
42- - Rely on preferred "files" API on Python 3.9 and later (# 140).
42+ - Rely on preferred "files" API on Python 3.9 and later (:issue: ` 140 ` ).
4343
4444v0.12
4545-----
Original file line number Diff line number Diff line change 4949extlinks = {
5050 "pypi" : ("https://pypi.org/project/%s" , "%s" ),
5151 "issue" : ("https://github.com/pypa/pyproject-hooks/issues/%s" , "#%s" ),
52- "pull" : ("https://github.com/pypa/pyproject-hooks/pull/%s" , "PR #%s" ),
52+ "pull" : ("https://github.com/pypa/pyproject-hooks/pull/%s" , "#%s" ),
5353}
You can’t perform that action at this time.
0 commit comments