Skip to content

Commit

Permalink
Merge pull request #755 from vsbogd/fix-python-3.12-incompatibility
Browse files Browse the repository at this point in the history
Fix python 3.12 incompatibility
  • Loading branch information
vsbogd authored Jul 27, 2024
2 parents 3d63708 + 425e908 commit d40a62b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ page](https://www.rust-lang.org/tools/install). Make sure your
Rust (see the Notes at the installation page).

Requirements for building C and Python API
* Python3 and Python3-dev (3.7 or later, but not 3.12)
* Python3 and Python3-dev (3.7 or later)
* Pip (23.1.2 or later)
* GCC (7.5 or later)
* CMake (3.19 or later)
Expand Down
3 changes: 3 additions & 0 deletions c/conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ libcheck/0.15.2

[generators]
cmake

[options]
libcheck:with_subunit=False
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "hyperon"
description = "Hyperon API in Python"
readme = "README.md"
requires-python = ">=3.7,<3.12"
requires-python = ">=3.7"
keywords = ["metta", "hyperon", "opencog"]
license = {text = "MIT License"}
classifiers = [
Expand Down

0 comments on commit d40a62b

Please sign in to comment.