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

[change] Update tested versions #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adamchainz
Copy link

Checklist

  • I have read the OpenWISP Contributing Guidelines.
  • I have manually tested the changes proposed in this pull request.
  • I have written new test cases for new code and/or updated existing tests for changes to existing code.
  • I have updated the documentation.

Reference to Existing Issue

n/a

Description of Changes

Make these version changes:

  1. Add Python 3.13.
  2. Add Django 5.2 (currently in beta, expected April).

Also:

  1. Declare the the Django version dependency in setup.py.
  2. Update openwisp-utils to install from GitHub’s tarball URLs. The lack of suffix caused issues for me with uv via tox-uv.
  3. Drop parallel testing - it was slower for me, 2s versus 1s.

Screenshot

n/a

Make these version changes:

1. Add Python 3.13.
2. Add Django 5.2 (currently in beta, [expected April](https://docs.djangoproject.com/en/5.2/releases/5.2/)).

Also:

1. Declare the the Django version dependency in `setup.py`.
2. Update openwisp-utils to install from GitHub’s tarball URLs. The lack of suffix caused issues for me with [uv](https://docs.astral.sh/uv/) via [tox-uv](https://pypi.org/project/tox-uv/).
3. Drop parallel testing - it was slower for me, 2s versus 1s.
@adamchainz
Copy link
Author

Sigh... the install step is broken on Python 3.13 because coveralls pins to Python <3.13 and hasn't removed that yet. Pending PR: TheKevJames/coveralls-python#542 .

I didn't see this locally because I use tox with uv, via tox-uv. They deliberately ignore upper version bounds on Python: astral-sh/uv#4022 . Would you be interested in converting the testing to uv? It wouldn't take much more than installing tox-uv.

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.

1 participant