Test Python 3.14 with Tox

This commit is contained in:
Sybren A. Stüvel 2025-11-24 16:01:53 +01:00
parent a973637896
commit 5c0edf4c07
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ changed functionality, fixed bugs).
# Version 1.21 (in development) # 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. - 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)). - 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)). - 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)).

View File

@ -1,6 +1,6 @@
[tox] [tox]
isolated_build = true isolated_build = true
envlist = py311, py312, py313 envlist = py311, py312, py313, py314
[testenv] [testenv]
whitelist_externals = poetry whitelist_externals = poetry