Skip to content

Commit 2f346e4

Browse files
SNOW-2114085 adding json matrix folder for prober (#2333)
1 parent f1657d2 commit 2f346e4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ exclude tox.ini
2020
exclude mypy.ini
2121
exclude .clang-format
2222
exclude .wiremock/*
23+
exclude cmd/prober/testing_matrix.json
2324

2425
prune ci
2526
prune benchmark

cmd/prober/testing_matrix.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"snowflake-connector-python": [
3+
{
4+
"version": "3.15.0",
5+
"python_version": ["3.8", "3.9", "3.10"]
6+
},
7+
{
8+
"version": "3.14.1",
9+
"python_version": ["3.9", "3.10", "3.11"],
10+
"features": ["login", "fetch", "get"]
11+
},
12+
{
13+
"version": "3.14.0",
14+
"python_version": ["3.10", "3.11", "3.12"]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)