From: Inada Naoki Date: Wed, 22 Oct 2025 06:21:02 +0000 (+0900) Subject: run pep8 tests on Python 3.13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5651efbb92bbd5b2ec58b09855b50ec82f96159;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git run pep8 tests on Python 3.13 --- diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 8cdd78421d..ac8bb38066 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -64,7 +64,7 @@ jobs: os: - "ubuntu-22.04" python-version: - - "3.14" + - "3.13" nox-env: - mypy - pep484