From fd512db693df16a7c9408fe0a45f329aa615015a Mon Sep 17 00:00:00 2001 From: Doctor Date: Thu, 12 Sep 2024 21:16:54 +0300 Subject: [PATCH] ci: add python 3.13-dev to lint workflow --- .github/workflows/test.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7e0ec374..fd00dcb6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"] steps: - uses: actions/checkout@v4 @@ -29,9 +29,3 @@ jobs: pdm run coverage run pdm run coverage report -m pdm run coverage xml - env: - DATABASE_TEST_URL: "postgresql+asyncpg://postgres:password@localhost/postgres" - DATABASE_NAME: " " - DATABASE_HOST: " " - DATABASE_USERNAME: " " - DATABASE_PASSWORD: " "