Specify which Python versions are actually supported and tested#460
Open
blogh wants to merge 5 commits into
Open
Specify which Python versions are actually supported and tested#460blogh wants to merge 5 commits into
blogh wants to merge 5 commits into
Conversation
l00ptr
reviewed
May 26, 2026
|
|
||
| **Python version supported and tests** | ||
|
|
||
| pg\_activity is confirmed to run with Python 3.8 up to 3.14. |
There was a problem hiding this comment.
3.8 or 3.9 ? See below for information about the tested versions: 3.8 or 3.9.
Collaborator
Author
There was a problem hiding this comment.
We don't test all python versions where pg_activity works in CI.
Should we? Only for python's supported versions (3.10>3.14)?
What do we do in our other projects?
There was a problem hiding this comment.
As discussed today, I think we should only test and talk about the supported Python 3 version. So, in my humble opinion, for testing, we have two solutions:
- Test all versions exhaustively, but this will be time-consuming and painful.
- Only test the minimum and maximum versions (3.10 and 3.14).
If it works with an older Python version, that would be good for users in that situation, but we cannot guarantee that.
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.
Fix #458