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 ef0fee9 commit 2757755Copy full SHA for 2757755
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "eventsourcing-sqlalchemy"
3
-version = "0.11"
+version = "0.12"
4
description = "Python package for eventsourcing with SQLAlchemy."
5
authors = [
6
"John Bywater <john.bywater@appropriatesoftware.net>",
@@ -14,7 +14,6 @@ classifiers = [
14
"Programming Language :: Python :: 3.11",
15
"Programming Language :: Python :: 3.12",
16
"Programming Language :: Python :: 3.13",
17
- "Programming Language :: Python :: 3.8",
18
"Programming Language :: Python :: 3.9",
19
"Programming Language :: Python",
20
]
0 commit comments