Skip to content

Commit

Permalink
ci: add python 3.13-dev to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirVondukr committed Sep 12, 2024
1 parent bc6ee1c commit fd512db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: " "

0 comments on commit fd512db

Please sign in to comment.