From 47a3c81d4e3849fdc18628ec30cd15769b855348 Mon Sep 17 00:00:00 2001 From: Juarez Rudsatz Date: Thu, 14 Mar 2024 17:29:31 -0300 Subject: [PATCH] fix: ci fails with version 3.9.2 with python3.12 too --- requirements-formats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-formats.txt b/requirements-formats.txt index 34692330..67698c5c 100644 --- a/requirements-formats.txt +++ b/requirements-formats.txt @@ -13,4 +13,4 @@ fastavro==0.24.2 ; python_version < '3.0' gspread>=3.4.0 ; python_version >= '3.4' # version 3.9.2 fails with python3.12 on macos-latest: PyTables/PyTables#1093 -tables ; python_version != '3.12' +tables ; python_version <= '3.10'