Skip to content

Commit a6a75a3

Browse files
committed
add Python 3.12 to testing
1 parent e4ac63f commit a6a75a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- py-version: '3.11'
2020
c-compiler: 'gcc'
2121
cxx-compiler: 'g++'
22+
- py-version: '3.12'
23+
c-compiler: 'gcc'
24+
cxx-compiler: 'g++'
2225
- py-version: '3.10'
2326
c-compiler: 'clang'
2427
cxx-compiler: 'clang++'

0 commit comments

Comments
 (0)