-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from kurtmckee/release-1.1.0
Release 1.1.0
- Loading branch information
Showing
18 changed files
with
481 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: "kurtmckee" | ||
ko_fi: "kurtmckee" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
__pycache__ | ||
.coverage* | ||
.tox/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
.. This file is a part of the detect-pythons project. | ||
.. https://github.com/kurtmckee/detect-pythons | ||
.. Copyright 2023 Kurt McKee <[email protected]> | ||
.. SPDX-License-Identifier: MIT | ||
.. | ||
This file is a part of the detect-pythons project. | ||
https://github.com/kurtmckee/detect-pythons | ||
Copyright 2023 Kurt McKee <[email protected]> | ||
SPDX-License-Identifier: MIT | ||
.. | ||
STOP! | ||
|
@@ -23,6 +24,33 @@ Please see the fragment files in the `changelog.d directory`_. | |
|
||
.. scriv-insert-here | ||
.. _changelog-1.1.0: | ||
|
||
1.1.0 - 2023-12-16 | ||
================== | ||
|
||
Python support | ||
-------------- | ||
|
||
* Document that GraalPy is a supported interpreter, and test it. | ||
|
||
* Locally test against early Python 3.13 versions. | ||
|
||
Changed | ||
------- | ||
|
||
* ``None`` should no longer appear in the identifier | ||
for Python interpreters missing an ``EXT_SUFFIX`` sysconfig value. | ||
|
||
* Simplify how the action runs. | ||
|
||
Previously, the underlying shell scripts were embedded directly into ``action.yml``. | ||
|
||
Documentation | ||
------------- | ||
|
||
* Document current ``macos-latest`` runner variability. | ||
|
||
.. _changelog-1.0.0: | ||
|
||
1.0.0 - 2023-10-26 | ||
|
Oops, something went wrong.