File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 22NEWS
33====
44
5+ Skytools 3.9 (2023-08-23)
6+ -------------------------
7+
8+ Feature removal:
9+
10+ * Drop support for Python 3.6 and earlier.
11+
12+ Fixes:
13+
14+ * dbstruct: fix PUBLIC grant handling.
15+
16+ Cleanups:
17+
18+ * Apply mypy 'strict' typing to most modules and tests.
19+ * Use ``pyproject.toml `` for project setup.
20+
21+ Warning: next release will drop some ancient and rarely used code:
22+
23+ * skytools.plpy_applyrow
24+ * skytools.dbservice
25+ * skytools.skylog.LogDBHandler
26+
527Skytools 3.8.2 (2023-05-19)
628---------------------------
729
Original file line number Diff line number Diff line change 99
1010# PEP 440 version: [N!]N(.N)*[{a|b|rc}N][.postN][.devN]
1111
12- package_version = "3.8.2 "
12+ package_version = "3.9 "
1313
1414skylog = 0
1515
You can’t perform that action at this time.
0 commit comments