From 6f4acd3584a056ce5ea4414cb08dd59d364bc453 Mon Sep 17 00:00:00 2001 From: Erik Hetzner Date: Thu, 22 Aug 2024 09:00:27 -0700 Subject: [PATCH] Test python 3.12 in github actions --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index cfc0691..b7049d4 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}