diff --git a/.github/workflows/dependency-testing.yaml b/.github/workflows/dependency-testing.yaml index 357f87a76..3ce455e02 100644 --- a/.github/workflows/dependency-testing.yaml +++ b/.github/workflows/dependency-testing.yaml @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] deps-type: ['max', 'default'] steps: diff --git a/pyproject.toml b/pyproject.toml index 90558321f..6fa91436a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "validmind" version = "2.13.0" description = "ValidMind Library" readme = "README.pypi.md" -requires-python = ">=3.9,<3.15" +requires-python = ">=3.10,<3.15" license = { file = "LICENSE" } authors = [ { name = "Andres Rodriguez", email = "andres@validmind.ai" },