Skip to content

Commit

Permalink
Add python 3.12 to pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Apr 12, 2024
1 parent 6357285 commit de830a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- uses: actions/checkout@v3
Expand All @@ -55,6 +56,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
db-url:
- "sqlite+aiosqlite:///./db.sqlite3"
- "postgresql+asyncpg://user:passwd@localhost:5432/app"
Expand Down

0 comments on commit de830a9

Please sign in to comment.