This PR also fixes the CI which has been broken due to bitrot. This is due to different behaviour in libraries and tools we depend on, including cibuildwheel, pip, setuptools, and the cython compiler (with a number of breaking changes).
Unfortunately this temporarily disabled two testcases that highlight Cython compiler differences. This is a necessary evil as we really want to release the new docs that rely on being able to build the project automatically: These will be addressed in a follow-up PR.
This PR also removes support for Python 3.7, which is now officially end-of-life.
Improvements to the code examples, removing immediate mention of the "at now" functionality.
Closes https://github.com/questdb/py-questdb-client/issues/50
This PR also fixes the CI which has been broken due to bitrot. This is due to different behaviour in libraries and tools we depend on, including
cibuildwheel
,pip
,setuptools
, and thecython
compiler (with a number of breaking changes).Unfortunately this temporarily disabled two testcases that highlight Cython compiler differences. This is a necessary evil as we really want to release the new docs that rely on being able to build the project automatically: These will be addressed in a follow-up PR.
This PR also removes support for Python 3.7, which is now officially end-of-life.