Skip to content

Commit e6a90e0

Browse files
committed
Update project metadata
1 parent e5e531f commit e6a90e0

File tree

4 files changed

+19
-12
lines changed

4 files changed

+19
-12
lines changed

CHANGELOG.rst

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

2525
.. scriv-insert-here
2626
27+
.. _changelog-1.1.1:
28+
29+
1.1.1 - 2025-03-06
30+
==================
31+
32+
Python support
33+
--------------
34+
35+
* Support CPython 3.13 and PyPy 3.11.
36+
* Test against early versions of Python 3.14.
37+
38+
Development
39+
-----------
40+
41+
* Migrate to PEP 621 project metadata.
42+
* Migrate to a reusable CI workflow.
43+
2744
.. _changelog-1.1.0:
2845

2946
1.1.0 - 2023-12-16

changelog.d/20240205_134734_kurtmckee_updates.rst

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

changelog.d/20250306_060146_kurtmckee_updates.rst

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detect_pythons"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "A GitHub action to detect installed Pythons. Suitable for cache-busting."
55
authors = [{ name = "Kurt McKee", email = "[email protected]" }]
66
license = "MIT"
@@ -75,7 +75,7 @@ filterwarnings = [
7575
# -----
7676

7777
[tool.scriv]
78-
version = "literal: pyproject.toml: tool.poetry.version"
78+
version = "literal: pyproject.toml: project.version"
7979
categories = [
8080
"Python support",
8181
"Added",

0 commit comments

Comments
 (0)