Skip to content

Commit

Permalink
fix: ci fails with version 3.9.2 with python3.12 too
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 3797293 commit 47a3c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-formats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 47a3c81

Please sign in to comment.