Skip to content

Commit

Permalink
use python 3.13 in integration tests (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend authored Jan 26, 2025
1 parent 37b063e commit fc7e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
matrix:
# These tests are slow, so we only run on the latest Python
# version.
python-version: ["3.12"]
python-version: ["3.13"]
postgres-version: [17]
services:
postgres:
Expand Down

0 comments on commit fc7e44d

Please sign in to comment.