Skip to content

Commit d57aae2

Browse files
committed
revert: build(deps): update Python to 3.13
This reverts commit 2fd2b3f because Python 3.13 has a tkinter bug. See details at python/cpython#125235.
1 parent 2fd2b3f commit d57aae2

File tree

3 files changed

+67
-4
lines changed

3 files changed

+67
-4
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.12

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stack-literal-eval"
33
version = "0.1.0"
44
description = "Stack-based `ast.literal_eval`"
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.12"
77
dependencies = [
88
"matplotlib>=3.9.2",
99
"pyperf>=2.8.0",

0 commit comments

Comments
 (0)