diff --git a/news/13163.feature.rst b/news/13163.feature.rst new file mode 100644 index 00000000000..8d5709d230c --- /dev/null +++ b/news/13163.feature.rst @@ -0,0 +1,5 @@ +Note: Packaging 24.2 changes how pre-release specifiers with ``<`` and ``>`` +behave. Including a pre-release version with these specifiers now implies +accepting pre-releases (e.g., ``<2.0dev`` can include ``1.0rc1``). To avoid +implying pre-releases, avoid specifying them (e.g., use ``<2.0``). +The exception is ``!=``, which never implies pre-releases.