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

Add a matrix to test on all python versions #232

Merged
merged 2 commits into from
Aug 24, 2021

Conversation

TheCleric
Copy link
Contributor

@TheCleric TheCleric commented Aug 11, 2021

Testing out a matrix that will test changes against all current python versions.

@schorrm I think this could help catch things like what I found in #231 which was a TypeError that seems to happen in 3.7+, but not previously caught in our 3.6 tests (which you can see are causing failures below in 3.7 and 3.8).

As well we may be able to easily add 3.10 when that's ready to see how our code base will fair.

@TheCleric TheCleric marked this pull request as ready for review August 11, 2021 14:42
@schorrm
Copy link
Collaborator

schorrm commented Aug 11, 2021

I would prefer to not commit to supporting so many in the tests, it also has time costs

@TheCleric
Copy link
Contributor Author

I would prefer to not commit to supporting so many in the tests, it also has time costs

They run in parallel, so the time cost should be minimal.

@schorrm
Copy link
Collaborator

schorrm commented Aug 15, 2021

red exs scary

@TheCleric
Copy link
Contributor Author

red exs scary

They'll get fixed after the other PR gets merged (and master gets merged in here)

@schorrm
Copy link
Collaborator

schorrm commented Aug 16, 2021

Other merged, can you merge back and appease the CI?

@TheCleric
Copy link
Contributor Author

@schorrm all tests passing now in case you didn't see it.

@schorrm schorrm merged commit b448bfd into jldbc:master Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants