Skip to content

Commit

Permalink
Drop support for Python 3.8 (#144)
Browse files Browse the repository at this point in the history
Python 3.8 reaches end-of-life October 2024
  • Loading branch information
istride authored Sep 23, 2024
1 parent 93acdec commit a6922a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- windows-latest
- macos-latest
version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name = "IDEMS International", email = "[email protected]"},
]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["rapidpro", "flow", "tools", "toolkit"]
license = {text = "LGPL-2.1-or-later"}
classifiers = [
Expand All @@ -22,7 +22,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit a6922a0

Please sign in to comment.