Skip to content

Commit 6b094d2

Browse files
authored
Add Python 3.12 back to release tests (#76)
1 parent 689ffb1 commit 6b094d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
strategy:
196196
fail-fast: false
197197
matrix:
198-
python-version: ['3.8', '3.9', '3.10', '3.11']
198+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
199199

200200
steps:
201201
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)