You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for it was dropped but it's not clear to me whether there was an actual direct cause for this or whether it was simply "let's get rid of old(ish) stuff".
The text was updated successfully, but these errors were encountered:
(this is the last version that supports Python 3.9, which we want to
support as it's not EOL for a full more year)
timonweb/django-tailwind#210
Afterwards, I went through a full cycle of:
```
rm theme/static_src/package-lock.json theme/static_src/node_modules/ -rf
python manage.py tailwind install
python manage.py tailwind build
```
but this did not change any of our generated stuff.
Python 3.9 has a full year of life in it left.
Support for it was dropped but it's not clear to me whether there was an actual direct cause for this or whether it was simply "let's get rid of old(ish) stuff".
The text was updated successfully, but these errors were encountered: