support python 3.10 w/ burnettk

This commit is contained in:
jasquat 2023-10-13 17:04:38 -04:00
parent ed3231bd93
commit 2d7479127c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "connector_slack", from = "src" }]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
requests = "^2.28.1"
spiffworkflow-connector-command = {git = "https://github.com/sartography/spiffworkflow-connector-command.git", rev = "main"}