Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
push:
tags-ignore:
- '*'
branches:
- '*'
branches: ['main']
pull_request:
branches: ['main']
workflow_call:
workflow_dispatch:
inputs:
Expand All @@ -26,17 +26,17 @@ jobs:
strategy:
matrix:
# run static analysis on bleeding and trailing edges
python-version: [ '3.9', '3.10', '3.13' ]
python-version: [ '3.9', '3.10', '3.14' ]
django-version:
- '3.2' # LTS April 2024
- '4.2' # LTS April 2026
- '5.2' # December 2025
exclude:
- python-version: '3.9'
django-version: '4.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '4.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'
- python-version: '3.10'
django-version: '3.2'
Expand All @@ -57,6 +57,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install uv
uses: astral-sh/setup-uv@v6
Expand Down
53 changes: 32 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
push:
tags-ignore:
- '*'
branches:
- '*'
branches: ['main']
pull_request:
branches: ['main']
workflow_call:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -135,20 +135,21 @@ jobs:
shell: pwsh
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.2' # April 2028
exclude:
- python-version: '3.9'
django-version: '5.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'

env:
COVERAGE_FILE: py${{ matrix.python-version }}-windows-dj${{ matrix.django-version }}.coverage
TEST_PYTHON_VERSION: ${{ matrix.python-version }}
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
WINPTY_ROOT: ${{ github.workspace }}\winpty-msvc
steps:
- uses: actions/checkout@v5
with:
Expand All @@ -158,6 +159,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: setup-ssh-debug
if: ${{ github.event.inputs.debug == 'true' }}
uses: mxschmitt/action-tmate@v3.22
Expand Down Expand Up @@ -193,14 +195,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.2' # LTS April 2028
exclude:
- python-version: '3.9'
django-version: '5.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'

env:
Expand All @@ -217,6 +219,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-emacs-macos
if: ${{ github.event.inputs.debug == 'true' }}
run: |
Expand Down Expand Up @@ -263,7 +266,7 @@ jobs:
TEST_DJANGO_VERSION: ${{ matrix.django-version }}
strategy:
matrix:
python-version: ['3.13']
python-version: ['3.14']
postgres-version: ['latest']
django-version:
- '5.2' # April 2028
Expand Down Expand Up @@ -296,6 +299,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-emacs-macos
if: ${{ github.event.inputs.debug == 'true' }}
run: |
Expand Down Expand Up @@ -332,14 +336,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.2' # April 2028
exclude:
- python-version: '3.9'
django-version: '5.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'
env:
COVERAGE_FILE: linux-bash-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
Expand All @@ -355,6 +359,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-emacs-linux
if: ${{ github.event.inputs.debug == 'true' }}
run: |
Expand Down Expand Up @@ -394,14 +399,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.2' # April 2028
exclude:
- python-version: '3.9'
django-version: '5.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'
env:
COVERAGE_FILE: linux-fish-py${{ matrix.python-version }}-dj${{ matrix.django-version }}.coverage
Expand All @@ -417,6 +422,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-emacs-linux
if: ${{ github.event.inputs.debug == 'true' }}
run: |
Expand Down Expand Up @@ -458,14 +464,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.2' # April 2028
exclude:
- python-version: '3.9'
django-version: '5.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'

env:
Expand All @@ -482,6 +488,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-emacs-macos
if: ${{ github.event.inputs.debug == 'true' }}
run: |
Expand Down Expand Up @@ -529,14 +536,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.2' # April 2028
exclude:
- python-version: '3.9'
django-version: '5.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'

env:
Expand All @@ -553,6 +560,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-emacs-macos
if: ${{ github.event.inputs.debug == 'true' }}
run: |
Expand Down Expand Up @@ -590,14 +598,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.2' # April 2028
exclude:
- python-version: '3.9'
django-version: '5.2'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'

env:
Expand All @@ -614,6 +622,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-emacs-macos
if: ${{ github.event.inputs.debug == 'true' }}
run: |
Expand Down Expand Up @@ -659,14 +668,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
python-version: ['3.9', '3.14']
python-version: ['3.9', '3.13']

django-version:
- '3.2' # LTS April 2024
- '5.0' # April 2025
exclude:
- python-version: '3.9'
django-version: '5.0'
- python-version: '3.13'
- python-version: '3.14'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- python-version: '3.14'
- python-version: '3.13'

django-version: '3.2'

env:
Expand All @@ -683,6 +692,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-vim-windows
if: ${{ github.event.inputs.debug == 'true' }}
uses: rhysd/action-setup-vim@v1
Expand Down Expand Up @@ -733,14 +743,14 @@ jobs:
actions: write
strategy:
matrix:
python-version: ['3.9', '3.13']
python-version: ['3.9', '3.14']
django-version:
- '3.2' # LTS April 2024
- '5.0' # April 2025
exclude:
- python-version: '3.9'
django-version: '5.0'
- python-version: '3.13'
- python-version: '3.14'
django-version: '3.2'

env:
Expand All @@ -757,6 +767,7 @@ jobs:
id: sp
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: install-vim-windows
if: ${{ github.event.inputs.debug == 'true' }}
uses: rhysd/action-setup-vim@v1
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ dev = [
"pytest-env>=1.1.5",
"pytest-timeout>=2.3.1",
"ruff>=0.9.10",
"pywinpty>=2.0.14,<3.0.0; sys_platform == 'win32'",
"pywinpty>=3.0.0; sys_platform == 'win32'",
"maturin>=1.9.4; sys_platform == 'win32'",
"tomlkit>=0.13.2",
]
docs = [
Expand Down
Loading