Skip to content

Commit 2e9695f

Browse files
committed
docs: Compile changelog for v1.3.0
1 parent dd0e9ba commit 2e9695f

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

changelog.d/1274.fixed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1275.downstream.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1278.removed.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1279.added.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/reference/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ This project uses `towncrier <https://towncrier.readthedocs.io/>`__ for changlog
1010

1111
.. towncrier release notes start
1212
13+
`1.3.0 <https://github.com/pytest-dev/pytest-asyncio/tree/1.3.0>`_ - 2025-11-10
14+
===============================================================================
15+
16+
Removed
17+
-------
18+
19+
- Support for Python 3.9 (`#1278 <https://github.com/pytest-dev/pytest-asyncio/issues/1278>`_)
20+
21+
22+
Added
23+
-----
24+
25+
- Support for pytest 9 (`#1279 <https://github.com/pytest-dev/pytest-asyncio/issues/1279>`_)
26+
27+
28+
Notes for Downstream Packagers
29+
------------------------------
30+
31+
- Tested Python versions include free threaded Python 3.14t (`#1274 <https://github.com/pytest-dev/pytest-asyncio/issues/1274>`_)
32+
- Tests are run in the same pytest process, instead of spawning a subprocess with `pytest.Pytester.runpytest_subprocess`. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (`#1275 <https://github.com/pytest-dev/pytest-asyncio/issues/1275>`_)
33+
34+
1335
`1.2.0 <https://github.com/pytest-dev/pytest-asyncio/tree/1.2.0>`_ - 2025-09-12
1436
===============================================================================
1537

0 commit comments

Comments
 (0)