Skip to content

Commit 67af8b9

Browse files
committed
Bumped version to 3.5.5, explicitly marking as Python 3.12 compatible in package metadata
1 parent 71cdbbe commit 67af8b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def read(*names: str, **kwargs: Any) -> str:
105105
"Programming Language :: Python :: 3.9",
106106
"Programming Language :: Python :: 3.10",
107107
"Programming Language :: Python :: 3.11",
108+
"Programming Language :: Python :: 3.12",
108109
"Programming Language :: Python :: Implementation :: CPython",
109110
"Programming Language :: Python :: Implementation :: PyPy",
110111
"Topic :: Software Development :: Libraries :: Python Modules",

src/reynir/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.5.4"
1+
__version__ = "3.5.5"

0 commit comments

Comments
 (0)