Skip to content

Commit 62c6323

Browse files
committed
Prepare 1.10.3 changelog and add 3.8 to classifiers
1 parent 7222f0c commit 62c6323

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.10.3
2+
------
3+
4+
* Fix test suite in Python 3.8. Thanks `@hroncok`_ for the report and `@blueyed`_ for the PR (`#140`_).
5+
6+
.. _#140: https://github.com/pytest-dev/pytest-mock/pull/140
7+
.. _@hroncok: https://github.com/hroncok
8+
19
1.10.2
210
------
311

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"Programming Language :: Python :: 3.5",
3333
"Programming Language :: Python :: 3.6",
3434
"Programming Language :: Python :: 3.7",
35+
"Programming Language :: Python :: 3.8",
3536
"Topic :: Software Development :: Testing",
3637
],
3738
)

0 commit comments

Comments
 (0)