Closed mkrogh closed 3 years ago
This was already fixed in 1bff8ca7bc0d756eda097dfce59d564f449a5956 but unfortunately @agateblue is not releasing new versions to PyPi anymore, there are several fixes in this repo that don't get reflected in the production version
Hi there, version 1.11.0 has just been published to PyPi. Things have been hectic over the past year and I haven't been able to maintain the package during that period.
Thank you very much for your work!
@agateblue Thanks a lot for publishing!
@agateblue Yep works on python 3.10 now, thanks for the release :)
Running
django-dynamic-preferences==1.10.1
on python 3.10 fails due to 3.10 removingcollections.Mapping
.Running the same codebase on python 3.9 works just fine.
Other info: Running in docker image for latest python:3 (python:3.10)