Merge branch 'pyton3.12-github' into 'development'

include most recent Python version

See merge request damask/DAMASK!853
This commit is contained in:
Martin Diehl 2023-11-21 13:17:08 +00:00
commit 1be424b697
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false