Skip to content

Bump psycopg[binary] from 3.3.1 to 3.3.2 #537

Bump psycopg[binary] from 3.3.1 to 3.3.2

Bump psycopg[binary] from 3.3.1 to 3.3.2 #537

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.12"]
services:
postgres:
image: postgres:15
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v6
- name: Build with Makefile
run: GITHUB=true make jenkins