diff --git a/.github/workflows/python-package-poetry.yml b/.github/workflows/python-package-poetry.yml index 10077db..b30ffc7 100644 --- a/.github/workflows/python-package-poetry.yml +++ b/.github/workflows/python-package-poetry.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 5080afa..95c31cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [ {name = "David Lynch", email = "kemayo@gmail.com"}, ] license = {text = "MIT"} -requires-python = "<4.0,>=3.9" +requires-python = "<4.0,>=3.10" dependencies = [ "attrs<26.0.0,>=25.1.0", "beautifulsoup4<5.0.0,>=4.13.3",