summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:26:49 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 11:26:49 +0100
commitbf5aff484146ffda3944088c48323ad9272b91fb (patch)
treeda354ca5c7da0da8f5a826cefc00f7afed933e1a
parentbacbeff74bc3d1866246bb1f397f18e64a62c27a (diff)
downloadsqlparse-bf5aff484146ffda3944088c48323ad9272b91fb.tar.gz
Update tested Python versions in workflow.
-rw-r--r--.github/workflows/python-app.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml
index e87b5e4..2e07ee1 100644
--- a/.github/workflows/python-app.yml
+++ b/.github/workflows/python-app.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04 # keep it on 20.04 to have Python 3.5 and 3.6 available
strategy:
matrix:
- python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
+ python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
steps:
- uses: actions/checkout@v3