Skip to content

Commit da7270c

Browse files
[NO-SNOW] updating prober matrix (#2373)
1 parent c327e27 commit da7270c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

prober/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV PATH="${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}"
4343
RUN git clone --depth=1 https://github.com/pyenv/pyenv.git ${PYENV_ROOT}
4444

4545
# Build arguments for Python versions and Snowflake connector versions
46-
ARG MATRIX_VERSION='{"3.13.4": ["3.15.0", "3.13.2", "3.14.0", "3.12.3", "3.0.4", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"], "3.9.22": ["3.15.0", "3.13.2", "3.14.0", "3.12.3", "3.0.4", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"]}'
46+
ARG MATRIX_VERSION='{"3.13.4": ["3.15.0", "3.13.2", "3.14.0", "3.12.3", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"], "3.9.22": ["3.15.0", "3.13.2", "3.14.0", "3.12.3", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"]}'
4747

4848

4949
# Install Python versions from ARG MATRIX_VERSION

prober/testing_matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"python-version": [
33
{
44
"version": "3.13.4",
5-
"snowflake-connector-python": ["3.15.0" ,"3.13.2", "3.14.0", "3.12.3", "3.0.4", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"]
5+
"snowflake-connector-python": ["3.15.0" ,"3.13.2", "3.14.0", "3.12.3", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"]
66
},
77
{
88
"version": "3.9.22",
9-
"snowflake-connector-python": ["3.15.0", "3.13.2", "3.14.0", "3.12.3", "3.0.4", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"]
9+
"snowflake-connector-python": ["3.15.0", "3.13.2", "3.14.0", "3.12.3", "3.12.1", "3.12.4", "3.11.0", "3.12.2", "3.6.0", "3.7.0"]
1010
}
1111
]
1212
}

0 commit comments

Comments
 (0)