Expand test coverage on python 313/314 and pg 16/17/18#51
Merged
altaurog merged 1 commit intoaltaurog:masterfrom Nov 22, 2025
Merged
Expand test coverage on python 313/314 and pg 16/17/18#51altaurog merged 1 commit intoaltaurog:masterfrom
altaurog merged 1 commit intoaltaurog:masterfrom
Conversation
2319cb6 to
8388863
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧪 Enhance Test Coverage for Latest Python and PostgreSQL Versions
Summary
This PR expands the test matrix to ensure compatibility with the latest Python and PostgreSQL releases, providing better coverage and future-proofing the library.
What's Changed
Python Version Support
The test suite now validates compatibility across Python versions:
PostgreSQL Version Support
The test suite now validates compatibility across PostgreSQL versions:
Test Infrastructure Updates
1. Tox Configuration (
tox.ini)py{38,39,310,311,312,313,314}py310-pg{12,13,14,15,16,17,18}2. CI/CD Workflows
Linux Testing (
.github/workflows/linux.yaml)3.13and3.14macOS Testing (
.github/workflows/macos.yaml)postgresql@16,postgresql@17,postgresql@18macos-14for ARM compatibility3. Package Metadata (
setup.py)Testing Strategy
The enhanced test matrix provides comprehensive coverage through:
Verification
All test environments pass successfully via:
tox