Skip to content

Commit 0857454

Browse files
committed
chagne to supporting 3.11
1 parent 2b8d079 commit 0857454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ pyo3-build-config = "0.27"
3030

3131
[features]
3232
default = []
33-
abi3 = ["pyo3/abi3-py39"]
33+
abi3 = ["pyo3/abi3-py311"]
3434
cli = ["ontoenv-cli"]

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ontoenv"
33
description = "Python bindings for the OntoEnv Rust library. Manages ontology-based environments for building knowledge graphs."
44
readme = "README.md"
5-
requires-python = ">=3.9"
5+
requires-python = ">=3.11"
66
dynamic = ["version"]
77
dependencies = [
88
"oxrdflib>=0.4.0",

0 commit comments

Comments
 (0)