Skip to content

Commit

Permalink
Drop Support for Python 3.8
Browse files Browse the repository at this point in the history
Upstream support for this python version has stopped.
  • Loading branch information
mdellweg committed Oct 10, 2024
1 parent 5e6c573 commit 1aa8b43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
lower_bounds: true
python: "3.13"
- image_tag: "3.22"
python: "3.8"
python: "3.9"
- image_tag: "3.21"
lower_bounds: true
pulp_api_root: "/relocated/djnd/"
Expand Down
1 change: 1 addition & 0 deletions CHANGES/+python_3.8.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support for the now unsupported Python version 3.8.
1 change: 1 addition & 0 deletions CHANGES/pulp-glue/+python_3.8.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Drop support for the now unsupported Python version 3.8.
2 changes: 1 addition & 1 deletion pulp-glue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"},
Expand Down

0 comments on commit 1aa8b43

Please sign in to comment.