Skip to content

Commit eace135

Browse files
committed
[FIX] Fix Python version for tests in CI
1 parent 2c58679 commit eace135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
MEDIA_ROOT: ""
2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up Python 3.10
24+
- name: Set up Python 3.12
2525
uses: actions/setup-python@v3
2626
with:
27-
python-version: "3.10"
27+
python-version: "3.12.6"
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)