diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-08-26 07:46:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-26 07:46:20 +0200 |
| commit | a369fe8f2915adc58ffcd611abe2e9af7d58411a (patch) | |
| tree | 8e1d52b678133d6daf8ec27880eba22c1d95d3fa /.github/workflows/integration.yml | |
| parent | a0ff173799d978873ba022e5d5d8467b8ca7e822 (diff) | |
[mod] py3.9 EOL (#5148)
[1] https://devguide.python.org/versions/
[2] https://peps.python.org/pep-0596/
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github/workflows/integration.yml')
| -rw-r--r-- | .github/workflows/integration.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8aa40bc3d..a51cf9b66 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,6 @@ jobs: strategy: matrix: python-version: - - "3.9" - "3.10" - "3.11" - "3.12" |