larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

0.34.3 #1110

Open gdementen opened 1 week ago

gdementen commented 1 week ago

release 0.34.3 changes.

WIP (still need to fix #1104 and #1079)

gdementen commented 1 week ago

The test failure on Python 3.12 is related to datetime.utcnow deprecation, which is present in xlsxwriter in addition to openpyxl. Unsure why it did not trigger on my machine.

gdementen commented 1 week ago

Oh well, I simply did not install xlsxwriter in my dev312 environment 🤷