We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7b15a commit bfb1f1dCopy full SHA for bfb1f1d
sqlserver/hatch.toml
@@ -19,12 +19,11 @@ tz = ["newyork", "tokyo"]
19
# ideally we'd test this against all sql server versions but that makes the test take too long and time out.
20
# time out. until we're able to modify and parallelize the work we'll limit the per-driver tests to only a single
21
# sqlserver version
22
-# version = ["2019", "2022"]
23
[[envs.default.matrix]]
24
python = ["3.12"]
25
os = ["windows"]
26
driver = ["SQLOLEDB", "MSOLEDBSQL", "odbc"]
27
-version = ["2022"]
+version = ["2019", "2022"]
28
setup = ["single"]
29
30
# The high cardinality environment is meant to be used for local dev/testing
0 commit comments