Skip to content

Commit

Permalink
update tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Dec 19, 2023
1 parent eddb5bb commit 490c599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11)
python-version: ["3.7", "3.8", "3.9", "3.10"] # feature-tools only update to 0.23.3 on python3.6 and the latest is 1.2.0(2021/11)
tf-version: ["\">=2.0.0,<=2.10\"", "disable"] # empty string indicates the latest version

# exclude:
Expand Down

0 comments on commit 490c599

Please sign in to comment.