Skip to content

Commit 4950c3d

Browse files
authored
Update ctypeslib-linux.yml
py3.7 not available on ubuntu-latest 24.04
1 parent 3958d8b commit 4950c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ctypeslib-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# os: [ubuntu-latest, macos-latest, windows-latest]
3838
# python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9 ]
3939
os: [ubuntu-latest, macos-latest, windows-latest]
40-
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
40+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
4141
clang-version: ['11', '12', '13', '14', '15', '16', '17', '18', '19']
4242

4343
steps:

0 commit comments

Comments
 (0)