Skip to content
Merged
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
Next Next commit
Bump minimum Python version
  • Loading branch information
EdmundGoodman committed Jul 23, 2025
commit 122aa86e705cf13edfd4f17c203a203f70ef1ea8
2 changes: 1 addition & 1 deletion pyperformance/data-files/benchmarks/bm_xdsl/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyperformance_bm_xdsl"
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = ["pyperf", "xdsl"]
urls = {repository = "https://github.com/python/pyperformance"}
dynamic = ["version"]
Expand Down