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

Support current versions of python, django and djangorestframework #6

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

SupImDos
Copy link

@SupImDos SupImDos commented Apr 30, 2024

Summary

We need to at least be testing python 3.9 / django 4.2 / djangorestframework 3.15.1, and it seems appropriate to just be testing current (i.e., non-EOL) versions of these things.

Changes

  • Updates nox config to test relevant versions of python / django / djangorestframework
  • Updates development dependencies and poetry.lock file
  • Fixes broken test app AppConfig (previously not actually used)

Tests

$ nox
...
nox > Ran multiple sessions:
nox > * tests-3.8(django='3.2'): success
nox > * tests-3.8(django='4.2'): success
nox > * tests-3.8(django='5.0'): skipped
nox > * tests-3.9(django='3.2'): success
nox > * tests-3.9(django='4.2'): success
nox > * tests-3.9(django='5.0'): skipped
nox > * tests-3.10(django='3.2'): success
nox > * tests-3.10(django='4.2'): success
nox > * tests-3.10(django='5.0'): success
nox > * tests-3.11(django='3.2'): success
nox > * tests-3.11(django='4.2'): success
nox > * tests-3.11(django='5.0'): success
nox > * tests-3.12(django='3.2'): success
nox > * tests-3.12(django='4.2'): success
nox > * tests-3.12(django='5.0'): success

@SupImDos SupImDos requested review from a team and philipstarkey and removed request for a team April 30, 2024 01:57
@KyeRussell KyeRussell merged commit 2ae456d into master Apr 30, 2024
1 check passed
@SupImDos SupImDos deleted the test-new-python-django-djangorestframework branch April 30, 2024 03:27
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.

3 participants