Skip to content

Commit

Permalink
Switch portdb CI to python 3.13, pg 17 (#17909)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Nov 7, 2024
1 parent d0fc1e9 commit c92639d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ jobs:
- python-version: "3.9"
postgres-version: "11"

- python-version: "3.11"
postgres-version: "15"
- python-version: "3.13"
postgres-version: "17"

services:
postgres:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/17909.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the portdb CI to use Python 3.13 and Postgres 17 as latest dependencies.

0 comments on commit c92639d

Please sign in to comment.