pexpect / ptyprocess

Run a subprocess in a pseudo terminal
https://ptyprocess.readthedocs.io/en/latest/
Other
222 stars 71 forks source link

Bump required Python version to 3.7 #76

Closed takluyver closed 1 year ago

takluyver commented 1 year ago

As discussed in #75.

It wouldn't be difficult to keep some older Python versions supported if there's a need - ptyprocess isn't changing much at present. But I don't know of a need for that, and testing on outdated Python versions is only going to get more awkward.