Skip to content

Commit b0009ca

Browse files
committed
[build] Declare support for Python 3.13.
Signed-off-by: Michael Seifert <[email protected]>
1 parent c747c7d commit b0009ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/source/reference/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55
0.23.8 (UNRELEASED)
66
===================
77
- Fixes a bug that caused duplicate markers in async tests `#813 <https://github.com/pytest-dev/pytest-asyncio/issues/813>`_
8+
- Declare support for Python 3.13
89

910
Known issues
1011
------------

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers =
2626
Programming Language :: Python :: 3.10
2727
Programming Language :: Python :: 3.11
2828
Programming Language :: Python :: 3.12
29+
Programming Language :: Python :: 3.13
2930

3031
Topic :: Software Development :: Testing
3132

0 commit comments

Comments
 (0)