Skip to content

Commit

Permalink
Add pytest-dev#195 to CHANGELOG and improve formatting/grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 4, 2023
1 parent 0c4d991 commit e2e0852
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
2.0.0 (unreleased)
------------------

* removed support for Python < 3.7
* apply pyupgrade --py37-plus
* minimal mypy fixes and python2 support code drop
* migrate packaging to hatch
* drop deprecated apis of old makegateway names
* Removed ``py`` testing dependency
* Removed support for Python < 3.7.

- Applied ``pyupgrade --py37-plus``.
- Minimal ``mypy`` fixes and dropped Python 2 support code.

* Migrated packaging to ``hatch``.
* Dropped deprecated APIs of old makegateway names.
* Removed ``py`` testing dependency.
* Explicitly pass ``encoding`` when opening files in the gateway to get rid of warnings when using ``PYTHONWARNDEFAULTENCODING=1`` (#195).


1.9.0 (2021-06-13)
Expand Down

0 comments on commit e2e0852

Please sign in to comment.