Skip to content

Commit 26967b9

Browse files
🚨 python:3.12
1 parent ab55d3e commit 26967b9

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-utilities"
3-
version = "0.1.3"
3+
version = "0.1.3.1"
44
description = "Reusable utilities for FastAPI"
55
authors = ["Priyanshu Panwar <[email protected]>"]
66
readme = "README.md"
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.9",
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
1617
"License :: OSI Approved :: MIT License",
1718
"Operating System :: OS Independent",
1819
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)