From 1a4422be08ef234ed0666f13b13fc03506c197b3 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sun, 31 Mar 2024 10:51:03 +0300 Subject: python 3.10 and proper version number + lint --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 9efd1bb..3a3fe81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "sliceitoff" -version = "0.2-gamma" +version = "0.2-beta" description = "Arcade game where one slices play area off avoiding enemies." authors = ["Viljami Ilola <+@hix.fi>"] readme = "README.md" packages = [{include = "sliceitoff", from = "src"}] [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" pygame = "^2.5.2" -- cgit v1.2.3