Skip to content

Changed package support to Python >=3.10 and Django >=3.2#17

Merged
nezhar merged 1 commit intobeachmachine:masterfrom
mikelandzelo173:python-django-support
Mar 4, 2026
Merged

Changed package support to Python >=3.10 and Django >=3.2#17
nezhar merged 1 commit intobeachmachine:masterfrom
mikelandzelo173:python-django-support

Conversation

@mikelandzelo173
Copy link
Contributor

Changed package support to Python >=3.10 and Django >=3.2 with every possible combination tested.

  • Django 3.2 -> Python 3.10
  • Django 4.0 -> Python 3.10
  • Django 4.1 -> Python 3.10, 3.11
  • Django 4.2 -> Python 3.10, 3.11, 3.12
  • Django 5.0 -> Python 3.10, 3.11, 3.12
  • Django 5.1 -> Python 3.10, 3.11, 3.12, 3.13
  • Django 5.2 -> Python 3.10, 3.11, 3.12, 3.13
  • Django 6.0 -> Python 3.12, 3.13, 3.14

Dropped support for Django 2.2 as it requires Python < 3.10.

python-version: ['3.7', '3.8', '3.9', '3.10']
django-version: ['2.2', '3.2']
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
django-version: ['5.2']
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should also add 6.0: https://endoflife.date/django

django-version: '6.0'

steps:
- uses: actions/checkout@v2
Copy link
Collaborator

Choose a reason for hiding this comment

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

use v6 here

python -m pip install --upgrade pip
pip install flake8 codecov

- name: Lint with flake8
Copy link
Collaborator

Choose a reason for hiding this comment

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

@mikelandzelo173 mikelandzelo173 force-pushed the python-django-support branch from e7ac87f to 6c8b88e Compare March 4, 2026 11:30
@mikelandzelo173 mikelandzelo173 force-pushed the python-django-support branch from 6c8b88e to afcc1f7 Compare March 4, 2026 12:01
@mikelandzelo173
Copy link
Contributor Author

Pushed the requested changes.

@nezhar nezhar merged commit 72afe1c into beachmachine:master Mar 4, 2026
15 checks passed
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