diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38edc81..d105ae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: - windows-latest - macos-latest version: - - "3.8" - "3.9" - "3.10" - "3.11" diff --git a/pyproject.toml b/pyproject.toml index bc48371..f178d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "IDEMS International", email = "contact@idems.international"}, ] readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" keywords = ["rapidpro", "flow", "tools", "toolkit"] license = {text = "LGPL-2.1-or-later"} classifiers = [ @@ -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",