diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e763578d..c709a42c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] defaults: run: shell: bash diff --git a/setup.py b/setup.py index 826f2483..98794594 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ author="Replicate, Inc.", license="BSD", url="https://github.com/replicate/replicate-python", - python_requires=">=3.6", + python_requires=">=3.8", install_requires=["requests", "pydantic", "packaging"], classifiers=[], )