Downgrade to python 3.10

This commit is contained in:
Chris Proctor
2023-08-18 09:23:53 -04:00
parent edfb6f3515
commit 721e877c51
2 changed files with 6 additions and 7 deletions

View File

@@ -4,10 +4,9 @@ version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
packages = [{include = "lab_dice"}]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
click = "^8.1.6"
tqdm = "^4.66.1"