Switch portdb CI to python 3.13, pg 17 (#17909)

This commit is contained in:
Andrew Morgan 2024-11-07 16:09:45 +00:00 committed by GitHub
parent d0fc1e904a
commit c92639df21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -583,8 +583,8 @@ jobs:
- python-version: "3.9" - python-version: "3.9"
postgres-version: "11" postgres-version: "11"
- python-version: "3.11" - python-version: "3.13"
postgres-version: "15" postgres-version: "17"
services: services:
postgres: postgres:

1
changelog.d/17909.misc Normal file
View File

@ -0,0 +1 @@
Update the portdb CI to use Python 3.13 and Postgres 17 as latest dependencies.