We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ff5d1 commit 6ec7647Copy full SHA for 6ec7647
README.rst
@@ -166,6 +166,7 @@ Changelog
166
---------
167
0.16.0 (UNRELEASED)
168
~~~~~~~~~~~~~~~~~~~
169
+- Add support for Python 3.10
170
171
0.15.1 (2021-04-22)
172
setup.py
@@ -37,6 +37,7 @@ def find_version():
37
"Programming Language :: Python :: 3.7",
38
"Programming Language :: Python :: 3.8",
39
"Programming Language :: Python :: 3.9",
40
+ "Programming Language :: Python :: 3.10",
41
"Topic :: Software Development :: Testing",
42
"Framework :: Pytest",
43
],
0 commit comments