We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d87761 commit cd21936Copy full SHA for cd21936
CHANGELOG.rst
@@ -22,3 +22,17 @@ Please see the fragment files in the `changelog.d directory`_.
22
.. _changelog.d directory: https://github.com/kurtmckee/detect-pythons/tree/main/changelog.d
23
24
.. scriv-insert-here
25
+
26
+.. _changelog-1.0.0:
27
28
+1.0.0 - 2023-10-26
29
+==================
30
31
+Initial release
32
+---------------
33
34
+* Support the latest hosted GitHub runners.
35
+* Support at least Python 2.7 and Python 3.8+.
36
+* Use paths and ``sysconfig.get_config_var("EXT_SUFFIX")``
37
+ (and, for the system-installed CPython 2.7 on macOS,
38
+ an ``EXT_SUFFIX``-alike) to construct a cache-busting string.
0 commit comments