Skip to content

Commit 4930e67

Browse files
committed
- bump swig version to 4.4.1
1 parent 2fe5466 commit 4930e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/experimental_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Install cibuildwheel
6262
run: |
63-
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6
63+
python -m pip install cibuildwheel==3.2.1 swig==4.4.1 cmake==3.31.6
6464
6565
# print versions
6666
python --version

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install cibuildwheel
5555
run: |
56-
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6
56+
python -m pip install cibuildwheel==3.2.1 swig==4.4.1 cmake==3.31.6
5757
5858
# print versions
5959
python --version

0 commit comments

Comments
 (0)