Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
matrix:
python-version: ["3.11", "3.12", "3.13"]
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
pg: ["14", "15", "16", "17"]
pg: ["14", "15", "16", "17", "18"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}

steps:
- uses: actions/checkout@v4.1.6

- uses: ikalnytskyi/action-setup-postgres@v7
- uses: ikalnytskyi/action-setup-postgres@v8
with:
username: postgres
password: localtest
Expand Down Expand Up @@ -167,4 +167,4 @@ jobs:

- name: Publishing to PyPI
run: |
uv publish
uv publish
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Postgres.
![PyPI Version](https://img.shields.io/pypi/v/chancy)
![Python Version](https://img.shields.io/pypi/pyversions/chancy)
![OS Platforms](https://img.shields.io/badge/OS-Linux%20|%20macOS%20|%20Windows-blue)
![PostgreSQL Versions](https://img.shields.io/badge/PostgreSQL-%2014%20|%2015%20|%2016%20|%2017-blue)
![PostgreSQL Versions](https://img.shields.io/badge/PostgreSQL-%2014%20|%2015%20|%2016%20|%2017%20|%2018-blue)

## Key Features

Expand Down
Loading