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 Python 3.10 to the build matrix #1234

Closed
wants to merge 2 commits into from
Closed

Add Python 3.10 to the build matrix #1234

wants to merge 2 commits into from

Conversation

bgruening
Copy link
Member

The idea is to test the lower and upper bound.

@nsoranzo nsoranzo mentioned this pull request May 11, 2022
8 tasks
@nsoranzo nsoranzo changed the title add 3.10 to the build matrix Add Python 3.11 to the build matrix Oct 28, 2022
@nsoranzo nsoranzo changed the title Add Python 3.11 to the build matrix Add Python 3.10 to the build matrix Nov 15, 2022
bgruening and others added 2 commits June 21, 2023 10:46
The idea is to test the lower and upper bound.
Also:
- Don't pass deprecated arguments to `setup()` .
- Fix flake8 errors on Python 3.10
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7']
python-version: ['3.7', '3.10']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That double the long running test time. can we skip the 3.10 tests on everything but unit-quick ?

@mvdbeek
Copy link
Member

mvdbeek commented Jun 21, 2023

Just a note, I've disabled new branch creation to avoid all the extra CI here.
Screenshot 2023-06-21 at 12 11 22

@nsoranzo
Copy link
Member

Just a note, I've disabled new branch creation to avoid all the extra CI here.

Thanks a lot, that works much better than reminding people! I can close and reopen from my fork.

@nsoranzo
Copy link
Member

Just a note, I've disabled new branch creation to avoid all the extra CI here.

Thanks for the screenshot, I've done the same for the BioBlend repo!

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.

3 participants