Skip to content

Releases: ariebovenberg/slotscheck

0.19.1

19 Oct 13:32
17c0503
Compare
Choose a tag to compare
  • Explicit Python 3.13 support, drop Python 3.8 support
  • Documentation improvements

0.19.0

25 Mar 20:09
Compare
Choose a tag to compare

Improved support for implicit/native namespace packages (#228, #230)

0.18.0

21 Mar 15:32
Compare
Choose a tag to compare

Improved robustness of importing of namespace packages and built-in modules (#227)

0.17.3

04 Feb 10:35
d3b12cc
Compare
Choose a tag to compare

Fix packaging metadata issue where README/CHANGELOG were installed to the wrong location.

0.17.2

04 Feb 08:46
d6f092e
Compare
Choose a tag to compare

🔓 Remove Python upper version constraint in package metadata

0.17.1

03 Nov 16:44
f5238c7
Compare
Choose a tag to compare
  • Fixed Generic false positive in Python 3.12+ (#201).
  • Remove pkgutil deprecation warning on Python 3.12+.
  • Official Python 3.12 support.

0.17.0

31 Jul 18:51
705cbf4
Compare
Choose a tag to compare
  • Drop Python 3.7 support.
  • Remove typing-extensions and importlib_metadata dependencies.
  • More robust checks to prevent Protocol false positives.

0.16.5

01 Mar 13:59
a7704e5
Compare
Choose a tag to compare
  • Fix edge case where TypedDict from typing_extensions was flagged
    as not having slots in Python versions where TypedDict is included the stdlib.