Skip to content

Commit c5069e4

Browse files
chore(deps): update dependency python to 3.14
1 parent 4e37941 commit c5069e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: setup python
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: 3.13
56+
python-version: 3.14
5757

5858
- name: Install openedx
5959
run: |

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: setup python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.13
22+
python-version: 3.14
2323

2424
- name: Install Dependencies
2525
run: pip install setuptools wheel

0 commit comments

Comments
 (0)