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

damccorm pushed a commit to branch users/damccorm/pyversions
in repository https://gitbox.apache.org/repos/asf/beam-starter-python.git

commit 28e1991bed7978bb90ac07179a10b2a05c5c6cb8
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Nov 26 08:23:57 2024 -0500

    Update versions of python we test against
---
 .github/workflows/test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 50c7d84..dd6bd26 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: ["3.8", "3.9", "3.10", "3.11"]
+        python-version: ["3.9", "3.10", "3.11", "3.12"]
     steps:
     - uses: actions/checkout@v4
     - name: Set up Python ${{ matrix.python-version }}

Reply via email to