Skip to content

Update Python and PyPy versions in test matrix#507

Open
auvipy wants to merge 1 commit into
mainfrom
CIup
Open

Update Python and PyPy versions in test matrix#507
auvipy wants to merge 1 commit into
mainfrom
CIup

Conversation

@auvipy
Copy link
Copy Markdown
Member

@auvipy auvipy commented May 13, 2026

No description provided.

@blacksmith-sh
Copy link
Copy Markdown
Contributor

blacksmith-sh Bot commented May 13, 2026

Found 4 test failures on Blacksmith runners:

Failures

Test View Logs
code 1/code 1 View Logs
code 1/code 1 View Logs
test_DatabaseBackend/test_backend__pickle_serialization__dict_result__protocol_1 View Logs
test_DatabaseBackend/test_backend__pickle_serialization__dict_result__protocol_1 View Logs

Fix in Cursor

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions test workflow matrix to reflect a newer supported Python/Django set for this project’s CI runs.

Changes:

  • Dropped Python 3.9 from the unit test matrix and bumped PyPy from pypy3.10 to pypy3.11.
  • Removed Django 5.1 (and some other versions) from the unit test matrix, keeping a smaller set of Django versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 18 to 22
exclude:
- python-version: "3.13"
django: "32"
- python-version: "3.13"
django: "42"
Comment on lines +16 to +17
python-version: [ "3.10", "3.11", "3.12", "3.13", "pypy3.11" ]
django: [ "32", "42", "52", "60" ]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

may be it is time to remove django 3.2 as well

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