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 2b8d079 commit 0857454Copy full SHA for 0857454
python/Cargo.toml
@@ -30,5 +30,5 @@ pyo3-build-config = "0.27"
30
31
[features]
32
default = []
33
-abi3 = ["pyo3/abi3-py39"]
+abi3 = ["pyo3/abi3-py311"]
34
cli = ["ontoenv-cli"]
python/pyproject.toml
@@ -2,7 +2,7 @@
2
name = "ontoenv"
3
description = "Python bindings for the OntoEnv Rust library. Manages ontology-based environments for building knowledge graphs."
4
readme = "README.md"
5
-requires-python = ">=3.9"
+requires-python = ">=3.11"
6
dynamic = ["version"]
7
dependencies = [
8
"oxrdflib>=0.4.0",
0 commit comments