Skip to content

Commit d3221cf

Browse files
committed
feat: Add official support for Python 3.11.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 2ef831c commit d3221cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55
UNRELEASED
66
=================
77
- Removes `setup.py` since all relevant configuration is present `setup.cfg`. Users requiring an editable installation of pytest-asyncio need to use pip v21.1 or newer. `#283 <https://github.com/pytest-dev/pytest-asyncio/issues/283>`_
8+
- Add support for Python 3.11.
89

910
0.18.3 (22-03-25)
1011
=================

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers =
2222
Programming Language :: Python :: 3.8
2323
Programming Language :: Python :: 3.9
2424
Programming Language :: Python :: 3.10
25+
Programming Language :: Python :: 3.11
2526

2627
Topic :: Software Development :: Testing
2728

0 commit comments

Comments
 (0)