Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump required version to 3.9, for randbytes().
  • Loading branch information
nascheme committed Oct 27, 2025
commit 058c18981e4dfd40b1250021f2772193c8fcc34a
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyperformance_bm_btree"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = ["pyperf"]
urls = {repository = "https://github.com/python/pyperformance"}
dynamic = ["version"]
Expand Down
Loading