Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.15t
3.14t
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gh repo fork CodSpeedHQ/pyconus-2026-tutorial --clone=true && cd pyconus-2026-tu
uv sync
uv run scripts/setup.py

# 3. Install the CodSpeed CLI and log in.
# 3. Install the CodSpeed CLI and log in (worth noting that this is tricky on Windows)
curl -L https://codspeed.io/install.sh | sh
codspeed auth login

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ version = "0.1.0"
description = "Python Performance Lab: Sharpening Your Instincts — PyCon US 2026 tutorial"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["numpy>=2.0"]
dependencies = [
"numpy>=2.0",
]

[dependency-groups]
dev = ["pytest>=8.0", "pytest-codspeed>=5.0.1"]
Expand Down
Loading