Skip to content

Commit

Permalink
support higer python such as python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuqi-lucas committed Jan 6, 2025
1 parent 9e737b8 commit c5fbed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmarks/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ data_h2o() {
[ "$(printf '%s\n' "$1" "$2" | sort -V | head -n1)" = "$2" ]
}

export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1

# Find the highest available Python version (3.10 or higher)
REQUIRED_VERSION="3.10"
PYTHON_CMD=$(command -v python3 || true)
Expand Down

0 comments on commit c5fbed6

Please sign in to comment.