Skip to content

Add Python 3.10 to the build matrix#1234

Closed
bgruening wants to merge 2 commits intomasterfrom
py310
Closed

Add Python 3.10 to the build matrix#1234
bgruening wants to merge 2 commits intomasterfrom
py310

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 force-pushed the py310 branch 2 times, most recently from 2cd88e1 to 652dfb4 Compare November 15, 2022 19:59
@nsoranzo nsoranzo changed the title Add Python 3.11 to the build matrix Add Python 3.10 to the build matrix Nov 15, 2022
@nsoranzo nsoranzo force-pushed the py310 branch 2 times, most recently from 9eab1ea to 31bad4f Compare February 9, 2023 18:38
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
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