Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated supported versions of Python #492

Closed
wants to merge 1 commit into from

Conversation

ssbarnea
Copy link
Contributor

  • dropped obsolete versions like py26, py34, py34
  • added newer stabled releases

- dropped obsolete versions like py26, py33, py34
- added newer releases py37, py38
- fixed broken test on py37+
@ssbarnea ssbarnea marked this pull request as ready for review November 25, 2019 19:37
@ssbarnea ssbarnea mentioned this pull request Nov 25, 2019
@amoffat
Copy link
Owner

amoffat commented Nov 25, 2019

Merged into https://github.com/amoffat/sh/tree/develop. Nice to see green tests again :) 👍

@amoffat amoffat closed this Nov 25, 2019
bmwiedemann added a commit to bmwiedemann/openSUSE that referenced this pull request Jun 17, 2020
https://build.opensuse.org/request/show/815418
by user StevenK + dimstar_suse
- Update to 1.13.1:
  * regression fix if `_fg=False` [#520](amoffat/sh#520)
  * minor Travis CI fixes [#492](amoffat/sh#492)
  * bugfix for boolean long options not respecting `_long_prefix` [#488](amoffat/sh#488)
  * fix deprecation warning on Python 3.6 regexes [#482](amoffat/sh#482)
  * `_pass_fds` and `_close_fds` special kwargs for controlling file descriptor inheritance in child.
  * more efficiently closing inherited fds [#406](amoffat/sh#406)
  * bugfix where passing invalid dictionary to `_env` will cause a mysterious child 255 exit code. [#497](amoffat/sh#497)
  * bugfix where `_in` using 0 or `sys.stdin` wasn't behaving like a TTY, i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants