Skip to content

Commit

Permalink
Update tests and setup to require python 3.8 or later and limit TF to…
Browse files Browse the repository at this point in the history
… 2.15
  • Loading branch information
owenvallis committed May 6, 2024
1 parent f0d05fa commit ef06bbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_version(rel_path):
author_email="[email protected]",
url="https://github.com/tensorflow/similarity",
license="Apache License 2.0",
python_requires=">=3.8",
install_requires=[
"numpy",
"pandas",
Expand Down

0 comments on commit ef06bbe

Please sign in to comment.