Skip to content

⬆️ Bump psycopg from 3.2.3 to 3.2.4 #3054

⬆️ Bump psycopg from 3.2.3 to 3.2.4

⬆️ Bump psycopg from 3.2.3 to 3.2.4 #3054

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.8", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Run eslint
run: make eslint
- name: Build with Makefile
run: make