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 b87ceec commit 16bb20bCopy full SHA for 16bb20b
pyproject.toml
@@ -17,7 +17,7 @@ classifiers = [
17
"Programming Language :: Python :: Implementation :: CPython",
18
"Programming Language :: Python :: Implementation :: PyPy",
19
]
20
-version = "0.2.2"
+version = "0.2.3"
21
22
[tool.poetry-dynamic-versioning]
23
# Enable dynamic versioning
@@ -66,4 +66,4 @@ build-backend = "maturin"
66
[tool.maturin]
67
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
68
features = ["pyo3/extension-module"]
69
-requires-python = ">=3.9,<3.13"
+requires-python = ">=3.9,<3.13"
0 commit comments