Skip to content

Commit c4fef01

Browse files
committed
Lower python version to >=3.11
1 parent 50f4b67 commit c4fef01

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pyproject.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ version = "0.0.1"
88
description = "A Gymnasium wrapper for the minetest game engine"
99
readme = "craftium-readme.md"
1010
license = { file = "LICENSE.txt" }
11-
keywords = ["gymnasium", "minetest", "minecraft", "reinforcement learning"]
12-
requires-python = ">=3.12"
11+
keywords = [
12+
"gymnasium",
13+
"luanti",
14+
"minetest",
15+
"minecraft",
16+
"reinforcement learning",
17+
"agent",
18+
"machine learning",
19+
"artificial intelligence",
20+
]
21+
requires-python = ">=3.11"
1322

1423
dependencies = ["gymnasium==0.29.1", "PyYAML==6.0.1"]
1524

0 commit comments

Comments
 (0)