reganto / django-ptpython

A Package to Set Ptpython as the Default Django Shell :sparkles:
Apache License 2.0
3 stars 1 forks source link

Add compatibility with django 5.0 #5

Closed DeeeeLAN closed 5 months ago

DeeeeLAN commented 6 months ago

Environment django-ptpython version: v1.0.2 django version: v5.0.6 python version: v3.12.3 pip version: v24.0 os: python:3.12.3-bookworm

Describe the bug Attempting to install the listed versions above shows a dependency error, stating django-ptpython requires django<4.0.0,>=3.2.14.

DeeeeLAN commented 6 months ago

Installing v1.0.1 allows django<5.0,>=4.0, which still doesn't help.

reganto commented 5 months ago

6