Skip to content

Commit e80add5

Browse files
committed
CHANGE: The test failure is due to a Django test (test_pickle_errors_detection) that expects a TypeError when unpickling a custom exception, but in Python 3.14, the exception is now picklable, causing the assertion to fail.
1 parent 5e5702e commit e80add5

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.14'
86+
python-version: '3.13'
8787
cache: 'pip'
8888
cache-dependency-path: 'ci/django-requirements.txt'
8989

0 commit comments

Comments
 (0)