We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c747c7d commit b0009caCopy full SHA for b0009ca
docs/source/reference/changelog.rst
@@ -5,6 +5,7 @@ Changelog
5
0.23.8 (UNRELEASED)
6
===================
7
- 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
9
10
Known issues
11
------------
setup.cfg
@@ -26,6 +26,7 @@ classifiers =
26
Programming Language :: Python :: 3.10
27
Programming Language :: Python :: 3.11
28
Programming Language :: Python :: 3.12
29
+ Programming Language :: Python :: 3.13
30
31
Topic :: Software Development :: Testing
32
0 commit comments