Skip to content

Commit 21fed11

Browse files
committed
downgraded python
1 parent f8485b9 commit 21fed11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name = "scrap_engine"
77
authors = [{ name = "lxgr", email = "lxgr@protonmail.com" }]
88
description = "A 2D ascii game engine for the terminal"
99
keywords = ["game", "Ascii"]
10-
version = "1.5.0"
10+
version = "1.5.1"
1111
license = { text = "GPL-3.0-only" }
1212
readme = "README.md"
13-
requires-python = ">=3.13"
13+
requires-python = ">=3.12"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)