Skip to content

Commit 81353ce

Browse files
committed
Test with multiple python versions.
1 parent d30c1bb commit 81353ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: [python, python3]
12+
python: [python, python3.9, python3.10, python3.11, python3.12, python3.13]
1313
cxx: [g++, clang++]
1414
std: [c++98, c++11, c++14, c++17]
1515
include:

0 commit comments

Comments
 (0)