File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- latest
6- ------
5+ 3.14 (2025-12-10)
6+ -----------------
77
8- * Drop support for Python 3.9.
9- * Bugfix: don't treat t-strings as syntax errors. https://github.com/python-grimp/grimp/issues/268
108* Support building graph from namespace packages, not just their portions.
9+ * Bugfix: support Python 3.14 syntax such as t-strings as syntax errors.
10+ (https://github.com/python-grimp/grimp/issues/268)
11+ * Drop support for Python 3.9.
1112
12133.13 (2025-10-29)
1314-----------------
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ""
2828# The full version, including alpha/beta/rc tags
29- release = "3.13 "
29+ release = "3.14 "
3030
3131# -- General configuration ---------------------------------------------------
3232
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module-name = "grimp._rustgrimp"
88
99[project ]
1010name = " grimp"
11- version = " 3.13 "
11+ version = " 3.14 "
1212license = {text = " BSD 2-Clause License" }
1313description = " Builds a queryable graph of the imports within one or more Python packages."
1414authors = [
Original file line number Diff line number Diff line change 1- __version__ = "3.13 "
1+ __version__ = "3.14 "
22
33from .application .graph import DetailedImport , ImportGraph , Import
44from .domain .analysis import PackageDependency , Route
You can’t perform that action at this time.
0 commit comments