Skip to content

Commit 4555420

Browse files
Merge pull request #1204 from gooddata/snapshot-master-04349630-to-rel/dev
[bot] Merge master/04349630 into rel/dev
2 parents 74ef60c + 0434963 commit 4555420

File tree

7 files changed

+3
-7
lines changed

7 files changed

+3
-7
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ RUN set -x \
2929
# install tox
3030
ENV PYTHON_TOX_VERSION=4.30.0
3131
ENV PYTHON_TOX_UV_VERSION=1.28.0
32+
# install uv
33+
ENV PYTHON_UV_VERSION=0.9.5
3234
RUN set -x \
33-
&& pip3 install uv tox==${PYTHON_TOX_VERSION} tox-uv==${PYTHON_TOX_UV_VERSION}\
35+
&& pip3 install uv==${PYTHON_UV_VERSION} tox==${PYTHON_TOX_VERSION} tox-uv==${PYTHON_TOX_UV_VERSION}\
3436
&& true
3537

3638
COPY .docker/entrypoint.sh /entrypoint.sh

packages/gooddata-dbt/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ classifiers = [
2121
"Development Status :: 4 - Beta",
2222
"Environment :: Console",
2323
"License :: OSI Approved :: MIT License",
24-
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",

packages/gooddata-fdw/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ classifiers = [
3333
"Development Status :: 5 - Production/Stable",
3434
"Environment :: Console",
3535
"License :: OSI Approved :: MIT License",
36-
"Programming Language :: Python :: 3.9",
3736
"Programming Language :: Python :: 3.10",
3837
"Programming Language :: Python :: 3.11",
3938
"Programming Language :: Python :: 3.12",

packages/gooddata-flexconnect/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ classifiers = [
3939
"Development Status :: 4 - Beta",
4040
"Environment :: Console",
4141
"License :: OSI Approved :: MIT License",
42-
"Programming Language :: Python :: 3.9",
4342
"Programming Language :: Python :: 3.10",
4443
"Programming Language :: Python :: 3.11",
4544
"Programming Language :: Python :: 3.12",

packages/gooddata-flight-server/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ classifiers = [
4141
"Development Status :: 4 - Beta",
4242
"Environment :: Console",
4343
"License :: OSI Approved :: MIT License",
44-
"Programming Language :: Python :: 3.9",
4544
"Programming Language :: Python :: 3.10",
4645
"Programming Language :: Python :: 3.11",
4746
"Programming Language :: Python :: 3.12",

packages/gooddata-pandas/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ classifiers = [
3737
"Development Status :: 5 - Production/Stable",
3838
"Environment :: Console",
3939
"License :: OSI Approved :: MIT License",
40-
"Programming Language :: Python :: 3.9",
4140
"Programming Language :: Python :: 3.10",
4241
"Programming Language :: Python :: 3.11",
4342
"Programming Language :: Python :: 3.12",

packages/gooddata-sdk/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ classifiers = [
3939
"Development Status :: 5 - Production/Stable",
4040
"Environment :: Console",
4141
"License :: OSI Approved :: MIT License",
42-
"Programming Language :: Python :: 3.9",
4342
"Programming Language :: Python :: 3.10",
4443
"Programming Language :: Python :: 3.11",
4544
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)