Skip to content

Conversation

@aaxelb
Copy link
Collaborator

@aaxelb aaxelb commented Dec 10, 2025

  • replace setup.py with pyproject.toml
  • use poetry for dependencies and packaging
  • stop testing python <3.8 and django <3.2 (will add more recent versions in next pr)

note: github actions hasn't been running on this repo -- verified tests pass with py3.10 and dj4.1; will require passing tests on full version ranges (up to latest) before merging feature branch to main

@aaxelb aaxelb requested a review from felliott December 10, 2025 13:46
Copy link
Member

@felliott felliott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added some comments around which versions we do / do not support, but none of these are blockers. Otherwise looks good!

"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove 3.[567]?

"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise should we remove 1.11, 2.*, and 3.1?

matrix:
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
django: ['1.11', '2.0', '2.1', '2.2', '3.0', '3.1', '3.2', '4.0', '4.1']
python: ['3.8', '3.9', '3.10']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why test 3.8 and 3.9 when the README and pyproject.toml both state python>=3.10?

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.

2 participants