Fix #4768. Support Python 3.12 version of BBIM.

This commit is contained in:
Dion Moult
2024-05-31 11:30:26 +10:00
parent dc92b973a0
commit 2be0cc697a
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyver: [py39, py310, py311]
pyver: [py39, py310, py311, py312]
config:
- {
name: "Windows Build",