Skip to content

Commit bfb1f1d

Browse files
committed
add back 2019 sqlserver version
1 parent ae7b15a commit bfb1f1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sqlserver/hatch.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ tz = ["newyork", "tokyo"]
1919
# ideally we'd test this against all sql server versions but that makes the test take too long and time out.
2020
# time out. until we're able to modify and parallelize the work we'll limit the per-driver tests to only a single
2121
# sqlserver version
22-
# version = ["2019", "2022"]
2322
[[envs.default.matrix]]
2423
python = ["3.12"]
2524
os = ["windows"]
2625
driver = ["SQLOLEDB", "MSOLEDBSQL", "odbc"]
27-
version = ["2022"]
26+
version = ["2019", "2022"]
2827
setup = ["single"]
2928

3029
# The high cardinality environment is meant to be used for local dev/testing

0 commit comments

Comments
 (0)