Jarek Potiuk

Results 1574 comments of Jarek Potiuk

Yes. Because google provider is installed and epxected to be installed when PROD image is built. So if we do not build it locally for Pythin 3.12, it will install...

cc: @dirrao @Taragolis -> Ads released with 3.12 support https://pypi.org/project/google-ads/ - removed the limit from Google provider, let's see.

Duckdb removed devel version we had pinned for 3.12 -> replaced it with >= for the new devel

Strangely enough latest dev of duckdb does not suport 3.12 - but the previous one does

BTW. When you try to compile sdist from duckdb - what happens with your CPU is ... Interesting I thought my desktop Linux turns into an :airplane:

All right - it builds nicely on my machine - now we will just have to fix all the failing tests . Let's see how many of those will be.

Fixed I think errors with caled_once in a few tests. We also have to exclude cassandra for now: ``` # Cassandra provider is not yet compatible with Python 3.12 #...

There are few more interesting failures: * we have a few tests that were not testing the right things. They were calling `assert mock.called_once()` or `assert mock.called_with()` which was wrong...

cc: @bolkedebruin @uranusjr in case there might be some alternatives (but I do not expect) for universal_pathlib ^^. The problem with this one is that it's not a provider, and...

> Hmm.. I looks like 3.29 version of [cassandra-driver](https://github.com/datastax/python-driver/blob/master/CHANGELOG.rst) should support Python 3.12 In a way. Looking to the issues and discussions there: * They are technically Python 3.12 compatible...