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

Fix failing test on Windows with Python 3.11.9+ #148

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Fix failing test on Windows with Python 3.11.9+ #148

merged 2 commits into from
Nov 12, 2024

Commits on Nov 11, 2024

  1. Test all supported Pythons on Windows

    In particular, test on Python 3.11
    marcelm committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4b2d3ac View commit details
    Browse the repository at this point in the history
  2. Prefer peeking over seeking

    This should fix a bug with reading from stdin on Windows under Python
    3.11.9+
    marcelm committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bd95e6a View commit details
    Browse the repository at this point in the history