diff options
author | 2023-05-13 14:27:16 +0100 | |
---|---|---|
committer | 2023-05-13 14:34:32 +0100 | |
commit | 193353b7afef0bea875c5c91b16b5bdc078fc59f (patch) | |
tree | 587f21b29de3e02a36c98c7c0ae984831de6dc26 /.github/workflows | |
parent | Merge pull request #972 from python-discord/fix-psycopg3-compatibility-in-met... (diff) |
Upgrade to Python 3.11
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index a12fb650..7dffeee5 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Python Dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0 with: - python_version: '3.10' + python_version: '3.11' # Start the database early to give it a chance to get ready before # we start running tests. |