Skip to content

Commit

Permalink
[python/ci] Leave 3.12 support provisional
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Feb 14, 2024
1 parent f2eb946 commit ee82219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-ci-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
# TODO: decide on Windows CI coverage
os: [ubuntu-22.04, macos-12]
# os: [ubuntu-22.04, macos-12, windows-2019]
# TODO: add 3.12
# https://github.com/single-cell-data/TileDB-SOMA/issues/1849
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- runs-on: ubuntu-22.04
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-22.04, macos-12]
# Just testing this out for https://github.com/single-cell-data/TileDB-SOMA/issues/1849
python-version: ['3.7, '3.12']
python-version: ['3.7', '3.11']
include:
- os: ubuntu-22.04
cc: gcc-11
Expand Down

0 comments on commit ee82219

Please sign in to comment.