Skip to content

Commit 6ec7647

Browse files
seifertmTinche
authored andcommitted
feat: Add support for Python 3.10.
Adjusted changelog and setup.py accordingly. Signed-off-by: Michael Seifert <[email protected]>
1 parent 42ff5d1 commit 6ec7647

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Changelog
166166
---------
167167
0.16.0 (UNRELEASED)
168168
~~~~~~~~~~~~~~~~~~~
169+
- Add support for Python 3.10
169170

170171
0.15.1 (2021-04-22)
171172
~~~~~~~~~~~~~~~~~~~

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def find_version():
3737
"Programming Language :: Python :: 3.7",
3838
"Programming Language :: Python :: 3.8",
3939
"Programming Language :: Python :: 3.9",
40+
"Programming Language :: Python :: 3.10",
4041
"Topic :: Software Development :: Testing",
4142
"Framework :: Pytest",
4243
],

0 commit comments

Comments
 (0)