-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream support for this python version has stopped.
- Loading branch information
Showing
5 changed files
with
5 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Drop support for the now unsupported Python version 3.8. |
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 @@ | ||
Drop support for the now unsupported Python version 3.8. |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "pulp-glue" | |
version = "0.30.0.dev" | ||
description = "Version agnostic glue library to talk to pulpcore's REST API." | ||
readme = "README.md" | ||
requires-python = ">=3.8,<3.14" | ||
requires-python = ">=3.9,<3.14" | ||
license = {text = "GPLv2+"} | ||
authors = [ | ||
{name = "Pulp Team", email = "[email protected]"}, | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ name = "pulp-cli" | |
version = "0.30.0.dev" | ||
description = "Command line interface to talk to pulpcore's REST API." | ||
readme = "README.md" | ||
requires-python = ">=3.8,<3.14" | ||
requires-python = ">=3.9,<3.14" | ||
license = {text = "GPLv2+"} | ||
authors = [ | ||
{name = "Pulp Team", email = "[email protected]"}, | ||
|