Skip to content

Conversation

@dss09
Copy link

@dss09 dss09 commented Jun 24, 2022

No description provided.

timabbott and others added 8 commits July 14, 2021 16:36
Python 2 hasn't had security support for some time; anyone needing it
can run an old version of django-bitfield.

This allows us to use drop use of `force_text` in favor of
`force_str`, fixing deprecation issues with Django 4.

Fixes #122.
It's possible we should drop everything older than 3.2 for being EOL,
but there's currently no cost to allowing one to use them.
timabbott and others added 6 commits July 11, 2022 17:38
“DeprecationWarning: Attribute s is deprecated and will be removed in
Python 3.14; use value instead”

value was added in Python 3.8, due to ast.Str being replaced with
ast.Constant: https://docs.python.org/3/whatsnew/3.8.html#deprecated

Signed-off-by: Anders Kaseorg <[email protected]>
Compatibility has already been dropped anyway in 2.2.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants