From b96ccc99cdca2e54144da55d1f09e04a6ca52eea Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Sat, 14 Oct 2023 17:44:46 +0200 Subject: [PATCH] GH #755 - Adding new Python versions. --- .github/workflows/zato-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zato-compile.yml b/.github/workflows/zato-compile.yml index 63ca39f1fc..0584e3198a 100644 --- a/.github/workflows/zato-compile.yml +++ b/.github/workflows/zato-compile.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-22.04] - python-version: ['3.8', '3.9', '3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3