Support Python 3.10

This commit is contained in:
Sybren A. Stüvel 2022-03-25 12:13:19 +01:00
parent 63c4745e9f
commit 2aaf0896ba
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ changed functionality, fixed bugs).
- Support writing `int` and `float` types.
- Decided to *not* support the Shaman API of Flamenco 3.x in BAT. The support for that protocol will be implemented in the Flamenco 3.x add-on for Blender, and not in BAT itself. A new future version of BAT will remove support for the Shaman API altogether.
- Bumped the required version of Python to 3.7. This was already done back in version 1.5, but now also the MyPy configuration takes it into account.
- Support Python 3.10 (for Blender 3.1)
# Version 1.11 (2022-02-18)

View File

@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py37, py38, py39
envlist = py37, py38, py39, py310
[testenv]
whitelist_externals = poetry