Skip to content

10.1

Latest

Choose a tag to compare

@facelessuser facelessuser released this 22 Jun 19:13
· 5 commits to main since this release

10.1

  • NEW: Drop support for Python 3.8 which is "end of life".
  • NEW: Add support for Python 3.14.
  • NEW: Add wcmatch.glob.compile(pattern) and wcmatch.fnmatch.compile(pattern) to allow for precompiled matcher
    objects that can be reused.