jeffwidman / cqlsh

Home of the cqlsh package on PyPI. Repackages the official Cassandra cqlsh for lighter-weight installs.
Apache License 2.0
21 stars 7 forks source link

Add a badge showing supported python versions #24

Closed jeffwidman closed 1 year ago

jeffwidman commented 1 year ago

Add a badge showing supported python versions. Also re-order badges in the order I'd typically evaluate a library.

bschoening commented 1 year ago

The python versions here 3.6...3.9 do not quite align with the DataStax python driver which is 3.6..3.8. Python 3.9 probably works, but unfortunately, the DataStax driver hasn't been updated in quite a while.

jeffwidman commented 1 year ago

Gotcha. That's controlled over here: https://github.com/jeffwidman/cqlsh/blob/8a7df973b128e336f62b51dbe3e4103c2290576e/setup.cfg#L19-L24

and not in the badge code, which is what this PR controls. So I'll go ahead and merge this, and then if we need to update this later we can.

But I'd rather we just nudge Datastax to update their upstream driver... it probably works with 3.10 and 3.11 as well I suspect.