Skip to content

Commit 4427393

Browse files
committed
Add Python 3.12 to testing
1 parent 0097072 commit 4427393

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- py-version: '3.11'
2525
c-compiler: 'gcc'
2626
cxx-compiler: 'g++'
27+
- py-version: '3.12'
28+
c-compiler: 'gcc'
29+
cxx-compiler: 'g++'
2730
- py-version: '3.10'
2831
c-compiler: 'clang'
2932
cxx-compiler: 'clang++'

0 commit comments

Comments
 (0)