-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version bump * require Python >= 3.8, remove 3.6 and 3.7 compat * classifier cleanup * always verify on latest Py version * added change fragment * typo in change docs * mark release, regenerated changelog
- Loading branch information
1 parent
660b06d
commit 606add9
Showing
12 changed files
with
35 additions
and
68 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
category: deprecated | ||
summary: "Minimal Python version is 3.8" | ||
description: | | ||
Support for Python versions 3.6 and 3.7 has been dropped. This has no further | ||
functional changes for users but reflects the end of life of these versions | ||
and allows COBalD and plugins to drop outdated dependencies and compatibility layers. | ||
issues: | ||
- 124 | ||
pull requests: | ||
- 126 | ||
version: 0.14.0 |
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,3 +1,5 @@ | ||
- semver: 0.14.0 | ||
date: '2023-07-26' | ||
- semver: 0.13.0 | ||
date: '2022-08-16' | ||
- semver: 0.12.3 | ||
|
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
__summary__ = "COBalD - the Opportunistic Balancing Daemon" | ||
__url__ = "https://github.com/MatterMiners/cobald" | ||
|
||
__version__ = "0.13.0" | ||
__version__ = "0.14.0" | ||
__author__ = "Eileen Kuehn, Max Fischer" | ||
__email__ = "[email protected]" | ||
__copyright__ = "2018 - 2022 %s" % __author__ | ||
__copyright__ = "2018 - 2023 %s" % __author__ | ||
__keywords__ = "opportunistic scheduling scheduler demand feedback-loop cobald" |
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,4 +1,4 @@ | ||
from typing_extensions import Literal | ||
from typing import Literal | ||
|
||
from ..interfaces import Pool, CompositePool | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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