-
Notifications
You must be signed in to change notification settings - Fork 15
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
Build up a test and support matrix #30
Comments
For manual testing, locally I'm using |
@annegentle @justaugustus any objections to skipping Python 2.x support and just targeting Python 3.x versions that are currently supported by the Python community? If for no other reason, it would completely eliminate the potential for a whole category of bugs surrounding string/unicode handling in Python for testing purposes. It might cause a pain for folks running really old LTS Linux distros, but we could probably simplify supporting them by shipping a container image containing the tools rather than trying to support out of date Python versions. |
No objections to skipping Python 2.x support from here. |
No objections from me either! |
The last piece to determine a way forward is how we could "mock" organizations/repos for manual/automated e2e type testing. Since the GitHub documentation uses Another approach would be to use the |
We actually have a separate |
The text was updated successfully, but these errors were encountered: