Skip to content

Commit 2398b39

Browse files
committed
chore: Fix version
1 parent 8d6e47d commit 2398b39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Timeline: March 2, 2026 - May 4, 2026 (Spring Break: March 23-27, 2026)
99

1010
- `Cici Cai` πŸŽ“
1111
- `Skyla Ma` πŸŽ“
12-
- `Robin Holzinger` πŸŽ“
12+
- `Robin Holzinger` (PM) πŸŽ“
1313

1414
## πŸ“˜ Overview
1515

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
authors = []
1111
keywords = []
1212
classifiers = []
13-
requires-python = ">=3.12, <3.14"
13+
requires-python = ">=3.11, <3.14"
1414
dependencies = []
1515

1616
[project.urls]
@@ -46,7 +46,7 @@ disallow_untyped_defs = false
4646
explicit_package_bases = true
4747
no_implicit_optional = true
4848
plugins = []
49-
python_version = "3.12"
49+
python_version = "3.11"
5050
warn_unused_ignores = true
5151

5252
[[tool.mypy.overrides]]

0 commit comments

Comments
Β (0)