Skip to content
Merged
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
18 changes: 9 additions & 9 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13", "3.14"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
os: ["blacksmith-4vcpu-ubuntu-2204"]

steps:
Expand Down
31 changes: 31 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,37 @@
Change history
================

.. _version-1.3.0:

1.3.0
=====
:release-date: 2 March, 2026
:release-by: Tomer Nosrati

What's Changed
==============

Key Highlights
--------------
- Dropped Python 3.8 support.
- Added Python 3.14 support.
- Reverted :pypi:`pycurl` removal to match celery/kombu v5.6 SQS transport.
- Made pytest-celery package install configurable in worker Dockerfile.
- Fixed type annotations in ``CeleryTestCluster``.

Changelog
---------
- remove setuptools from dependencies (#464)
- Shift Python versions (-3.8, +3.14) (#468)
- Bumping Poetry from v1.8.4 -> v2.2.1 inc. dependencies (`poetry update --with test,dev,ci,docs`) (#469)
- Install local source in the examples (#458)
- Use Poetry 1.8.4 in ReadTheDocs (#470)
- Removed --dist=loadscope (#473)
- Revert pycurl removal to match celery/kombu v5.6 SQS transport (#474)
- Make pytest-celery package install configurable in worker Dockerfile (#475)
- fix(typing): Fix nodes type annotations in CeleryTestCluster (#476)
- Prepare for release: v1.3.0 (#477)

.. _version-1.2.1:

1.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

|build-status| |coverage| |license| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| |poetry|

:Version: 1.2.1
:Version: 1.3.0
:Web: https://pytest-celery.readthedocs.io/en/latest/
:Download: https://pypi.org/project/pytest-celery/
:Source: https://github.com/celery/pytest-celery/
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"pytest_celery",
__file__,
project="pytest_celery",
version_dev="1.3",
version_stable="1.2",
version_dev="1.4",
version_stable="1.3",
canonical_url="https://pytest-celery.readthedocs.io/",
webdomain="pytest-celery.readthedocs.io",
github_project="celery/pytest-celery",
author="Tomer Nosrati",
author_name="Tomer Nosrati",
copyright="2025",
copyright="2026",
publisher="Celery Project",
html_logo="images/celery_512.png",
html_favicon="images/favicon.ico",
Expand Down
2 changes: 1 addition & 1 deletion docs/copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ by Tomer Nosrati

.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN

Copyright |copy| 2025, Tomer Nosrati.
Copyright |copy| 2026, Tomer Nosrati.

All rights reserved. This material may be copied or distributed only
subject to the terms and conditions set forth in the `Creative Commons
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ description = "Pytest plugin for Celery"
homepage = "https://github.com/celery/pytest-celery"
license = "BSD-3-Clause"
name = "pytest-celery"
version = "1.2.1"
version = "1.3.0"
readme = "README.rst"
keywords = ["pytest", "celery"]

Expand Down
2 changes: 1 addition & 1 deletion src/pytest_celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# flake8: noqa


__version__ = "1.2.1"
__version__ = "1.3.0"
__author__ = "Tomer Nosrati"
__contact__ = "tomer.nosrati@gmail.com"
__homepage__ = "https://pytest-celery.readthedocs.io/"
Expand Down
Loading