Skip to content

Commit 5956a60

Browse files
authored
chore: drop python 3.10 support (#1428)
## Internal ### Updates & Improvements - Drop support for Python 3.10 since the code uses `tomllib`, which was added in 3.11.
1 parent 9282032 commit 5956a60

2 files changed

Lines changed: 2 additions & 553 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pingpong"
33
version = "7.16.5"
44
description = "A software platform carefully designed for AI-driven learning."
55
readme = "README.md"
6-
requires-python = ">= 3.10, <4.0.0"
6+
requires-python = ">= 3.11, <4.0.0"
77
authors = [
88
{ name = "Joe Nudell", email = "jnudell@hks.harvard.edu" },
99
{ name = "Evangelos Kassos", email = "github@evangeloskassos.com" }

0 commit comments

Comments
 (0)