Skip to content

Commit

Permalink
Merge branch 'feature/migrate-to-poetry' into feature/remove-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Dec 7, 2023
2 parents bb29156 + 7205465 commit e5ca277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- '>=4.0,<4.1'
- '>=4.1,<4.2'
- '>=4.2,<4.3'
- '>=5.0,<5.1'
name: python ${{ matrix.python-version }} - django ${{ matrix.django-version }}

steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers = [
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
]
packages = [{include = "import_export_extensions"}]

Expand Down

0 comments on commit e5ca277

Please sign in to comment.