Skip to content

Commit b02020c

Browse files
committed
[chore] Organize the v1 examples
1 parent 1202102 commit b02020c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2
-2
lines changed

.github/actions/run_e2e/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
python_version:
66
description: 'A Python version used to create a Docker Image'
77
required: true
8-
default: '3.8'
8+
default: '3.10'
99
streamlit_version:
1010
description: 'Streamlit version to be installed in a Docker Image'
1111
required: false

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
env:
3232
NODE_VERSION: ${{ matrix.node_version }}
33-
PYTHON_VERSION: 3.8 # Oldest version supported by Streamlit
33+
PYTHON_VERSION: 3.10 # Oldest version supported by Streamlit
3434
STREAMLIT_VERSION: ${{ matrix.streamlit_version }}
3535
COMPONENT_LIB_VERSION: ${{ matrix.component_lib_version }}
3636

examples/CustomDataframe/custom_dataframe/__init__.py renamed to examples/v1/CustomDataframe/custom_dataframe/__init__.py

File renamed without changes.

examples/CustomDataframe/custom_dataframe/example.py renamed to examples/v1/CustomDataframe/custom_dataframe/example.py

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/.env renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/.env

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/.prettierrc renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/.prettierrc

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/index.html renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/index.html

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/package-lock.json renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/package-lock.json

File renamed without changes.

0 commit comments

Comments
 (0)