Revert "Bump Python version to 3.9"

This reverts commit 46466de7db924d374a97c74219db9694b9a67bbd.

Tox wasn't set up correctly for this bump, and we may want to keep
compatibility with older Blenders as well.
This commit is contained in:
Sybren A. Stüvel 2021-07-22 11:37:04 +02:00
parent b36effa6ec
commit 2fe39fb347
2 changed files with 508 additions and 938 deletions

1443
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.9"
python = "^3.5"
requests = "^2.11"
# For S3 storage support:
@ -42,7 +42,6 @@ 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'