From 0a9cb0a6ef4f8984933ccff24810cef805c62b9d Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:01:11 +0200 Subject: [PATCH] [chore] Added testing with Python 3.13 Signed-off-by: Serge Smertin <259697+nfx@users.noreply.github.com> --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2a2737f16..9e2094a13 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ] + pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] with: os: ubuntu-latest pyVersion: ${{ matrix.pyVersion }} @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - pyVersion: [ '3.9', '3.10', '3.11', '3.12' ] + pyVersion: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] with: os: windows-latest pyVersion: ${{ matrix.pyVersion }}