Drop python 3.8 support python 3.13 in python generator (#20909)

* Drop support for python 3.8 and add support for 3.13 in python generator templates

* Update docs

* Test samples without python 3.8 and with 3.13

* Generate samples
This commit is contained in:
Youri Westerman
2025-03-23 11:10:32 +01:00
committed by GitHub
parent c749919812
commit 73b6b7084f
33 changed files with 48 additions and 48 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4