Skip to content

Commit 9e18aa1

Browse files
authored
Merge pull request #317 from sanders41/python311
Add python 3.11 to supported version
2 parents 597239d + a3af5a1 commit 9e18aa1

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 = "meilisearch-python-async"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
description = "A Python async client for the Meilisearch API"
55
authors = ["Paul Sanders <[email protected]>"]
66
license = "MIT"
@@ -14,6 +14,7 @@ classifiers=[
1414
"Programming Language :: Python :: 3.8",
1515
"Programming Language :: Python :: 3.9",
1616
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
1718
"License :: OSI Approved :: MIT License",
1819
"Operating System :: OS Independent",
1920
]

0 commit comments

Comments
 (0)