Skip to content

Commit

Permalink
Try avoiding Python 3.12.4/3.12.5 for typeguard issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Sep 16, 2024
1 parent f1a3909 commit 9616847
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-ci-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
# 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.8', '3.9', '3.10', '3.11', '3.12']
#python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12.3']
include:
- runs-on: ubuntu-22.04
cc: gcc-11
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/python-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
# To be committed:
# python-version: ['3.8', '3.12']
# Temp debug:
python-version: ['3.8', '3.11', '3.12']
#python-version: ['3.8', '3.11', '3.12']
python-version: ['3.8', '3.11', '3.12.3']
include:
- os: ubuntu-22.04
cc: gcc-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- undotted-version: '311'
dotted-version: '3.11'
- undotted-version: '312'
dotted-version: '3.12'
dotted-version: '3.12.3'
wheel-name:
- manylinux2014
- macos-x86_64
Expand Down

0 comments on commit 9616847

Please sign in to comment.