Skip to content

Commit

Permalink
Merge branch 'crccheck:master' into post-actions-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus authored Jun 2, 2024
2 parents 11034e0 + ad3b898 commit adab589
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
python-version {3.7}, django-version {2.0,2.1,2.2,3.0,3.1}
python-version {3.8}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
python-version {3.9}, django-version {2.2,3.0,3.1,3.2,4.0,4.1,4.2}
python-version {3.10}, django-version {3.2,4.0,4.1,4.2}
python-version {3.11}, django-version {3.2,4.0,4.1,4.2}
python-version {3.10}, django-version {3.2,4.0,4.1,4.2,5.0}
python-version {3.11}, django-version {4.0,4.1,4.2,5.0}
python-version {3.12}, django-version {4.2, 5.0}
outputs:
matrix: ${{ steps.create_matrix.outputs.matrix }}

Expand Down
1 change: 1 addition & 0 deletions django_object_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A Django app for adding object tools for models in the admin."""

__version__ = "4.2.0"


Expand Down
1 change: 1 addition & 0 deletions django_object_actions/tests/test_admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Integration tests that actually try and use the tools setup in admin.py
"""

from django.contrib.admin.utils import quote
from django.http import HttpResponse
from django.urls import reverse
Expand Down
1 change: 1 addition & 0 deletions django_object_actions/tests/test_urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Integration tests
"""

from django.urls import reverse

from .tests import LoggedInTestCase
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit adab589

Please sign in to comment.