Skip to content

Commit 9e70217

Browse files
committed
Update project metadata
1 parent d72a4c5 commit 9e70217

7 files changed

+28
-24
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,33 @@ Please see the fragment files in the `changelog.d directory`_.
2424

2525
.. scriv-insert-here
2626
27+
.. _changelog-1.1.0:
28+
29+
1.1.0 - 2023-12-16
30+
==================
31+
32+
Python support
33+
--------------
34+
35+
* Document that GraalPy is a supported interpreter, and test it.
36+
37+
* Locally test against early Python 3.13 versions.
38+
39+
Changed
40+
-------
41+
42+
* ``None`` should no longer appear in the identifier
43+
for Python interpreters missing an ``EXT_SUFFIX`` sysconfig value.
44+
45+
* Simplify how the action runs.
46+
47+
Previously, the underlying shell scripts were embedded directly into ``action.yml``.
48+
49+
Documentation
50+
-------------
51+
52+
* Document current ``macos-latest`` runner variability.
53+
2754
.. _changelog-1.0.0:
2855

2956
1.0.0 - 2023-10-26

changelog.d/20231031_064619_kurtmckee_resolve_none_in_identifications.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20231215_085902_kurtmckee_test_graalpy.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20231215_094420_kurtmckee_update_test_suite.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20231215_210846_kurtmckee_simplify.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/20231215_223110_kurtmckee_document_macos_inconsistencies.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "detect_pythons"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A GitHub action to detect installed Pythons. Suitable for cache-busting."
55
authors = ["Kurt McKee <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)