Bump Python version to 3.9

Blender uses Python 3.9 nowadays, so it can be required in BAT as well.
This commit is contained in:
Sybren A. Stüvel 2021-07-22 11:24:04 +02:00
parent e792f31ced
commit 46466de7db
2 changed files with 970 additions and 540 deletions

1515
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@ classifiers = [
s3 = ["boto3"]
[tool.poetry.dependencies]
python = "^3.5"
python = "^3.9"
requests = "^2.11"
# For S3 storage support:
@ -42,6 +42,7 @@ sphinx-rtd-theme = "^0.4"
responses = "^0.10"
pathlib2 = {version = "^2.3", python = "<3.6"}
tox = "^3.12"
types-requests = "^2.25.0"
[tool.poetry.scripts]
bat = 'blender_asset_tracer.cli:cli_main'