Skip to content

Commit 7b2a0c3

Browse files
committed
CI: Exclude 3.12 on x86, skip full dependencies for 3.12 for now
1 parent e905ef1 commit 7b2a0c3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/stable.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
matrix:
107107
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
108-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
108+
python-version: [3.8, 3.9, "3.10", "3.11"] # Waiting on H5Py: , "3.12"]
109109
architecture: ['x64', 'x86']
110110
dependencies: ['full']
111111
include:
@@ -117,11 +117,22 @@ jobs:
117117
- os: ubuntu-latest
118118
python-version: 3.8
119119
dependencies: 'min'
120+
- os: ubuntu-latest
121+
python-version: 3.12
122+
dependencies: ''
123+
- os: windows-latest
124+
python-version: 3.12
125+
dependencies: ''
126+
- os: macos-latest
127+
python-version: 3.12
128+
dependencies: ''
120129
exclude:
121130
- os: ubuntu-latest
122131
architecture: x86
123132
- os: macos-latest
124133
architecture: x86
134+
- python-version: '3.12'
135+
architecture: x86
125136

126137
steps:
127138
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)