Skip to content

Commit

Permalink
revisit pypy sypport in psycopg 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Feb 7, 2025
1 parent cf5462b commit 9b85527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/single-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
python-versions:
description: 'Supported python versions'
default: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
default: '["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]'
required: false
type: string
postgresql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ./.github/workflows/single-postgres.yml
with:
postgresql: 16
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
python-versions: '["3.10", "3.11", "3.12", "3.13", "pypy-3.10"]'
postgresql_15:
needs: [postgresql_16]
uses: ./.github/workflows/single-postgres.yml
Expand Down

0 comments on commit 9b85527

Please sign in to comment.