Skip to content

Commit

Permalink
revert: build(deps): update Python to 3.13
Browse files Browse the repository at this point in the history
This reverts commit 2fd2b3f because
Python 3.13 has a tkinter bug. See details at
python/cpython#125235.
  • Loading branch information
Stanley5249 committed Oct 18, 2024
1 parent 2fd2b3f commit d57aae2
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13
3.12
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "stack-literal-eval"
version = "0.1.0"
description = "Stack-based `ast.literal_eval`"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.9.2",
"pyperf>=2.8.0",
Expand Down
Loading

0 comments on commit d57aae2

Please sign in to comment.