Skip to content

Commit 18aad31

Browse files
committed
Include python3.14 and move to beta
1 parent 6bdd0f8 commit 18aad31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ dependencies = [
1717
"reportlab",
1818
]
1919
classifiers = [
20-
"Development Status :: 3 - Alpha",
20+
"Development Status :: 3 - Beta",
2121
"Topic :: Utilities",
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
]
2829

2930
[project.optional-dependencies]

0 commit comments

Comments
 (0)