Skip to content

Commit ad6d99e

Browse files
authored
Allow python3.9 to run (#1393)
1 parent f94bcd7 commit ad6d99e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

turbinia/api/cli/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbinia/api/cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "turbinia-client"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "Turbinia command-line tool"
55
authors = ["Turbinia Developers <turbinia-dev@googlegroups.com>"]
66
maintainers = ["Turbinia Developers <turbinia-dev@googlegroups.com>"]
@@ -13,7 +13,7 @@ documentation = "https://turbinia.readthedocs.io/en/latest/"
1313
turbinia-client = "turbinia_client.turbiniacli_tool:main"
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.10"
16+
python = "^3.9"
1717
click = "^8.1.7"
1818
turbinia-api-lib = "^1.0.2"
1919
google-auth-oauthlib = "^1.1.0"

0 commit comments

Comments
 (0)