connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Start building wheels for python 3.12

Open hagsted opened this issue 2 years ago • 8 comments

Python 3.12 is on the horizon, and the first rc build is available. Is it not time to consider building for this python version? For instance the next alpha 8 would be nice to also have for python 3.12, so we can start to test all our code against the new version of python.

hagsted avatar Aug 17 '23 06:08 hagsted

Any progress on this?

sibarras avatar Oct 16 '23 19:10 sibarras

Hello, do we have a target date for Python 3.12 support in a new release ?

Exmilien avatar Nov 17 '23 00:11 Exmilien

bump

WolfEYc avatar Nov 28 '23 17:11 WolfEYc

Hello, do we have a target date for Python 3.12 support in a new release ?

Yes. Dec' 2042.

fdcastel avatar Dec 06 '23 20:12 fdcastel

Bump, it would be nice to at least know if there's an easy way to build wheels on our own so that we don't have to wait for a release to PyPI

wesleykendall avatar Jan 17 '24 02:01 wesleykendall

It would be nice to have support for Python 3.12 especially when Polars is now supporting it but requires the latest version of connectorx as an optional dependency.

aleewen avatar Feb 01 '24 13:02 aleewen

I too really want this, connector-x is the only package I use that still doesn't support 3.12

owenlamont avatar Feb 08 '24 00:02 owenlamont

All good here? It's a blocker to moving to 3.12

mkleinbort-ic avatar Feb 13 '24 13:02 mkleinbort-ic

Any chance of a build for Python 3.12? It's turning into a hard blocker for a lot of folks; I can see there haven't been many merges in recent months, so I'm sure you're very busy, but this one would be a really useful one to get out. Many thanks for all the hard work!🤞

alexander-beedie avatar Feb 27 '24 20:02 alexander-beedie

I put some initial effort under the branch https://github.com/sfu-db/connector-x/tree/3.12. There are still dependency issues and CI issues tho.

dovahcrow avatar Mar 02 '24 21:03 dovahcrow

I put some initial effort under the branch https://github.com/sfu-db/connector-x/tree/3.12. There are still dependency issues and CI issues tho.

Python amiright

WolfEYc avatar Apr 14 '24 13:04 WolfEYc

Adding to the demand for this as well. Getting this error when trying to install specific version from python:3.12 docker image.

ERROR: Could not find a version that satisfies the requirement connectorx==0.3.2 (from versions: 0.2.3)

Data-Jack avatar May 01 '24 11:05 Data-Jack

I am tempted to say that it would be nice if python 3.13 support was also prepared, as the first beta has been released.

hagsted avatar May 09 '24 10:05 hagsted

bump

h0rn3t avatar May 09 '24 21:05 h0rn3t

0.3.3 has been published to pypi with python 3.12 support. Please feel free to check out.

wangxiaoying avatar May 10 '24 04:05 wangxiaoying