Skip to content
Snippets Groups Projects

Add Python 3.12 to tests

Merged Joscha Schmiedt requested to merge f-py312 into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
[tox]
envlist=py37, py38, py39, py310, py311, py312
envlist=py37, py38, py39, py310, py311, py312, py313
skip_missing_interpreters = true
[testenv]
Loading