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

[python/ci] Test matrix should include Python 3.11 #176

Closed
bkmartinjr opened this issue Oct 9, 2023 · 3 comments
Closed

[python/ci] Test matrix should include Python 3.11 #176

bkmartinjr opened this issue Oct 9, 2023 · 3 comments
Assignees

Comments

@bkmartinjr
Copy link
Member

bkmartinjr commented Oct 9, 2023

The GHA matrix for python-somacore.yaml does not include 3.11. This seems like a worthy addition...

@johnkerl
Copy link
Member

johnkerl commented Oct 9, 2023

Follow-on to single-cell-data/TileDB-SOMA#544

@johnkerl johnkerl changed the title test matrix should include Python 3.11 Test matrix should include Python 3.11 Mar 11, 2024
@ryan-williams
Copy link
Member

ryan-williams commented Mar 12, 2024

Looks like this is already done (by @johnkerl in #186; diff line).

run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

@johnkerl
Copy link
Member

@johnkerl johnkerl changed the title Test matrix should include Python 3.11 [python/ci] Test matrix should include Python 3.11 Mar 25, 2024
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

No branches or pull requests

3 participants