Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop testing with Postgres 12 #533

Closed
edgarrmondragon opened this issue Nov 4, 2024 · 0 comments · Fixed by #541
Closed

Stop testing with Postgres 12 #533

edgarrmondragon opened this issue Nov 4, 2024 · 0 comments · Fixed by #541
Assignees
Labels
automation Release and test automation dependencies Pull requests that update a dependency file

Comments

@edgarrmondragon
Copy link
Member

Postgres 12 is reaching EOL on November 14, 2024. Let's stop testing with it when the time comes.

The following files should be updated:

tap-postgres/README.md

Lines 16 to 18 in b550f86

## Supported Python and PostgreSQL Versions
This tap is tested with all actively supported [Python](https://devguide.python.org/versions/#supported-versions) and [PostgreSQL](https://www.postgresql.org/support/versioning/) versions. At the time of writing, this includes Python 3.9 through 3.13 and PostgreSQL 12 through 17.

matrix:
python-version:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
postgres-version:
- "17"
include:
- python-version: "3.13"
postgres-version: "12"
- python-version: "3.13"
postgres-version: "13"
- python-version: "3.13"
postgres-version: "14"
- python-version: "3.13"
postgres-version: "15"
- python-version: "3.13"
postgres-version: "16"

https://www.postgresql.org/support/versioning/

@edgarrmondragon edgarrmondragon self-assigned this Nov 4, 2024
@edgarrmondragon edgarrmondragon added automation Release and test automation dependencies Pull requests that update a dependency file labels Nov 4, 2024
edgarrmondragon added a commit that referenced this issue Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Release and test automation dependencies Pull requests that update a dependency file
Projects
Development

Successfully merging a pull request may close this issue.

1 participant