Skip to content

Commit b6be494

Browse files
committed
catch integ version
1 parent 0bf7120 commit b6be494

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,9 @@ def tf_full_py_version(tf_full_version):
599599
return "py38"
600600
if version < Version("2.12"):
601601
return "py39"
602-
return "py310"
602+
if version < Version("2.19"):
603+
return "py310"
604+
return "py312"
603605

604606

605607
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)