diff --git a/CHANGELOG.md b/CHANGELOG.md index 535b801..80376a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ changed functionality, fixed bugs). # Version 1.21 (in development) -- Require Python version 3.11 or newer. +- Require Python version 3.11 or newer. Versions up to Python 3.14 are supported. - Skip packed blend files. BAT will assume that the packed file is self-contained, i.e. any asset used by a packed blend file should also be packed. - Support Geometry Node simulation caches ([#92890](https://projects.blender.org/blender/blender-asset-tracer/pulls/92890)). - Add a `py.typed` marker file, such that tooling like mypy know BAT has type annotations ([#92895](https://projects.blender.org/blender/blender-asset-tracer/pulls/92895)). diff --git a/tox.ini b/tox.ini index 1a35b45..350774f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] isolated_build = true -envlist = py311, py312, py313 +envlist = py311, py312, py313, py314 [testenv] whitelist_externals = poetry