Skip to content

Commit b35e021

Browse files
committed
build on py13, clang 17, 18 and 19
1 parent 31c044b commit b35e021

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ctypeslib-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest]
38-
# python-version: [3.13]
39-
clang-version: ['19']
38+
python-version: [3.13]
39+
# clang-version: ['19']
4040
#os: [ubuntu-latest, macos-latest, windows-latest]
41-
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
42-
#clang-version: ['15', '16', '17', '18', '19']
41+
#python-version: [ '3.10', '3.11', '3.12', '3.13' ]
42+
clang-version: ['17', '18', '19']
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)