Skip to content

Commit b98bf65

Browse files
Merge pull request #10 from kroq-gar78/remove-py3.9
Require Python >=3.10 because of sae-lens
2 parents 246a048 + b33090b commit b98bf65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "litcoder"
77
version = "0.0.1"
88
description = "A library for neural encoding and assembly processing"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
license = {text = "MIT"}
1212
authors = [
1313
{name = "Taha Binhuraib, Ruimin Gao, Anya Ivanova"}

0 commit comments

Comments
 (0)