Require py3.10

This commit is contained in:
Chris Proctor
2023-07-02 20:57:40 -04:00
parent 25468bbd1c
commit f9a377dbe9
2 changed files with 99 additions and 107 deletions

View File

@@ -1,14 +1,13 @@
[tool.poetry]
name = "lab_pipes"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
packages = [{include = "lab_pipes"}]
[tool.poetry.dependencies]
python = "^3.11"
wordflow = "^0.2.2"
python = "^3.10"
wordflow = "^0.2.4"
[build-system]