crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
78 stars 31 forks source link

CI: Run CodeQL scan on multiple SQLAlchemy versions #499

Closed amotl closed 1 year ago

amotl commented 1 year ago

GH-498 displayed multiple admonitions from the CodeQL scan, because the test environment wasn't populated properly with different SQLAlchemy versions. Let's try it again by adding the SQLAlchemy version to the corresponding test matrix.

image