Skip to content

Commit b9fbd67

Browse files
Try adding Python 3.12 to build_test_dist matrix
1 parent 75d4137 commit b9fbd67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626

2727
push:
2828
branches:
29+
- try-3.12
2930
- master
3031
- release
3132

@@ -52,7 +53,7 @@ jobs:
5253
strategy:
5354
max-parallel: 15
5455
matrix:
55-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
56+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', ‘3.12’]
5657
os: [ubuntu-latest, windows-latest, macos-latest]
5758

5859
steps:

0 commit comments

Comments
 (0)