Drop support for Python 3.5 and 3.6, add support for 3.8 and 3.9
Python 3.5 is EOL already, and Blender never used version 3.6 (it went straight to 3.7), hence 3.6 was never tested explicitly. Python 3.7 or newer is required from now on.
This commit is contained in:
parent
4e51b82e4c
commit
97b1a4d922
@ -3,6 +3,11 @@
|
||||
This file logs the changes that are actually interesting to users (new features,
|
||||
changed functionality, fixed bugs).
|
||||
|
||||
## Version 1.5 (in development)
|
||||
|
||||
- Drop support for Python 3.5 and 3.6, and add support for 3.8 and 3.9.
|
||||
|
||||
|
||||
## Version 1.4.1 (2021-07-22)
|
||||
|
||||
- Reverted unintended bump of required Python version.
|
||||
|
||||
1585
poetry.lock
generated
1585
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@ classifiers = [
|
||||
s3 = ["boto3"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.5"
|
||||
python = "^3.7"
|
||||
requests = "^2.11"
|
||||
|
||||
# For S3 storage support:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user