Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported Python & Django versions in the README are outdated #159

Open
austin-schick opened this issue Jul 25, 2024 · 1 comment · May be fixed by #160
Open

Supported Python & Django versions in the README are outdated #159

austin-schick opened this issue Jul 25, 2024 · 1 comment · May be fixed by #160

Comments

@austin-schick
Copy link

The README indicates

Supported Python versions: 2.7, 3.4+
Supported Django versions: 1.4-2.0+

and the "Known Bugs and Limitations" section makes quite a few references to Django 1.x

Since some backwards compatibility code was removed in #148, this is no longer the case.

@mikemanger
Copy link

I agree it would be good to make this clearer!

Just to add that setup.py still defines a min django version as 1.4 and doesn't specify Python 3.8 which is tested against and supported by Django 4.2.

Not as important but I think these files also need updating to make it clearer:

  • tox.ini
  • workflow could test full range of python versions

The project could do with a pyupgrade tidy up, a few of the files still have python 2 -*- coding: utf-8 -*- header comments. This might be outside the scope of this issue though.

@mikemanger mikemanger linked a pull request Jul 26, 2024 that will close this issue
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 a pull request may close this issue.

2 participants