Skip to content

Commit 41dd079

Browse files
committed
CHANGE: Downgrade python version for tests
1 parent e80add5 commit 41dd079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Python
8484
uses: actions/setup-python@v5
8585
with:
86-
python-version: '3.13'
86+
python-version: '3.12'
8787
cache: 'pip'
8888
cache-dependency-path: 'ci/django-requirements.txt'
8989

0 commit comments

Comments
 (0)