diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 248f6dff..559a1aa7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,14 +14,14 @@ jobs: fail-fast: false matrix: include: - - python-version: '3.7' + - python-version: '3.8' tf-version: '2.8' - python-version: '3.9' - tf-version: '2.16.1' + tf-version: '2.16.0' - python-version: '3.10' tf-version: '2.8' - - python-version: '3.12' - tf-version: '2.16.1' + - python-version: '3.11' + tf-version: '2.15.0' steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index 536e84e9..9ab686b6 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ def get_version(rel_path): author_email="tf-similarity@google.com", url="https://github.com/tensorflow/similarity", license="Apache License 2.0", + python_requires=">=3.8", install_requires=[ "numpy", "pandas",