diff options
| author | Christian Clauss <cclauss@me.com> | 2022-08-04 10:52:10 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2022-08-07 09:02:01 +0200 |
| commit | 66e651a5f38c6d7a9872eb86b1dbeb451495a9a2 (patch) | |
| tree | 2e6afb264e44ed64ddd1632de4597e8375cfbde5 | |
| parent | 538eea5a9e2f8d487cfc2d900310a98507cf2b37 (diff) | |
| download | sqlparse-66e651a5f38c6d7a9872eb86b1dbeb451495a9a2.tar.gz | |
Test on Python 3.11 beta 5
| -rw-r--r-- | .github/workflows/python-app.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 281a4b7..337e740 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies |
