This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new b14932a675 fix(plc4py): set gh build to use every even python release
b14932a675 is described below

commit b14932a675bddb92476a11d6471378bd7c28682a
Author: hutcheb <ben.hut...@gmail.com>
AuthorDate: Sat Aug 31 02:31:32 2024 +0800

    fix(plc4py): set gh build to use every even python release
---
 .github/workflows/python-platform.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/python-platform.yml 
b/.github/workflows/python-platform.yml
index ee292b813a..971a4e8ba3 100644
--- a/.github/workflows/python-platform.yml
+++ b/.github/workflows/python-platform.yml
@@ -48,7 +48,7 @@ jobs:
   test:
     strategy:
       matrix:
-        python-version: ['3.8', '3.10', '3.11', '3.12']
+        python-version: ['3.8', '3.10', '3.12']
         os: [ ubuntu-latest, macos-latest, windows-latest ]
       fail-fast: false
     runs-on: ${{ matrix.os }}

Reply via email to