Skip to content

Commit 910b6da

Browse files
committed
Include python 3.12
1 parent 7ad0201 commit 910b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: [3.7, 3.8, 3.9, '3.10', '3.11']
11+
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
1212
# include:
1313
# - python: "3.11.0-rc.1"
1414
# experimental: true

0 commit comments

Comments
 (0)