File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.5.0.post1 (2023-01-03)
2+ ==================
3+
4+ - Fix package metadata to disallow installation on Python prior to 3.7. This was already done in 1.5.0,
5+ but the metadata of the release was incorrectly set to ``>=3.4 ``.
6+
7+
181.5.0 (2022-08-04)
29==================
310
411Features
512--------
613
7- - Drop support for Python version older than 3.4 . `#50 <https://github.com/sarugaku/shellingham/issues/50 >`_
14+ - Drop support for Python version older than 3.7 . `#50 <https://github.com/sarugaku/shellingham/issues/50 >`_
815- Support detecting NuShell. `#56 <https://github.com/sarugaku/shellingham/issues/56 >`_
916
1017
Original file line number Diff line number Diff line change 44from ._core import ShellDetectionFailure
55
66
7- __version__ = "1.5.0"
7+ __version__ = "1.5.0.post1 "
88
99
1010def detect_shell (pid = None , max_depth = 10 ):
You can’t perform that action at this time.
0 commit comments