We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4c6b4 commit a706ad7Copy full SHA for a706ad7
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## 2.5 (2026-01-29)
4
+
5
+- Added support for Python 3.14.
6
7
## 2.4 (2026-01-19)
8
9
- Dropped support for Python 3.9.
pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "datafiles"
-version = "2.4"
+version = "2.5"
description = "File-based ORM for dataclasses."
license = "MIT"
@@ -35,6 +35,7 @@ classifiers = [
35
"Programming Language :: Python :: 3.10",
36
"Programming Language :: Python :: 3.11",
37
"Programming Language :: Python :: 3.12",
38
+ "Programming Language :: Python :: 3.13",
39
"Programming Language :: Python :: 3.14",
40
"Programming Language :: Python",
41
"Topic :: Software Development",
0 commit comments