From 2aaf0896baef7c6d232cdfe433e169131007d464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 25 Mar 2022 12:13:19 +0100 Subject: [PATCH] Support Python 3.10 --- CHANGELOG.md | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb67916..17b0017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/tox.ini b/tox.ini index c54b687..2baacf0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] isolated_build = true -envlist = py37, py38, py39 +envlist = py37, py38, py39, py310 [testenv] whitelist_externals = poetry