Skip to content

Commit 1757a50

Browse files
On branch Master and Python 3.13
1 parent d80de47 commit 1757a50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_space.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- master
78

89
jobs:
910
build:
@@ -16,7 +17,7 @@ jobs:
1617
- name: Set up Python
1718
uses: actions/setup-python@v2
1819
with:
19-
python-version: '3.9'
20+
python-version: '3.13'
2021

2122
- name: Install Gradio
2223
run: python -m pip install gradio

0 commit comments

Comments
 (0)