File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
2.0.0 (unreleased)
2
2
------------------
3
3
4
- * removed support for Python < 3.7
5
- * apply pyupgrade --py37-plus
6
- * minimal mypy fixes and python2 support code drop
7
- * migrate packaging to hatch
8
- * drop deprecated apis of old makegateway names
9
- * Removed ``py `` testing dependency
4
+ * Removed support for Python < 3.7.
10
5
6
+ - Applied ``pyupgrade --py37-plus ``.
7
+ - Minimal ``mypy `` fixes and dropped Python 2 support code.
8
+
9
+ * Migrated packaging to ``hatch ``.
10
+ * Dropped deprecated APIs of old makegateway names.
11
+ * Removed ``py `` testing dependency.
12
+ * Explicitly pass ``encoding `` when opening files in the gateway to get rid of warnings when using ``PYTHONWARNDEFAULTENCODING=1 `` (#195).
11
13
12
14
13
15
1.9.0 (2021-06-13)
You can’t perform that action at this time.
0 commit comments