-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjust Python version check. * Remove Python version check.
- Loading branch information
1 parent
47fc83e
commit b8e9b42
Showing
3 changed files
with
6 additions
and
5 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,6 @@ | ||
bugfixes: | ||
- "Remove Python version check that was checking for Python >= 3.6 (instead of >= 3.9). | ||
This check is not really necessary since ``pyproject.toml`` declares ``requires-python``, | ||
and old enough Python versions where pip does not know about ``requires-python`` | ||
will not load antsibull-changelog due to syntax errors anyway | ||
(https://github.com/ansible-community/antsibull-changelog/pull/167)." |
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