Skip to content

Commit 4617f9c

Browse files
Merge branch 'master' into fix/542
2 parents 7d45d7a + 90e7ee4 commit 4617f9c

128 files changed

Lines changed: 3289 additions & 2840 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.all-contributorsrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"projectName": "gambit",
3+
"projectOwner": "gambitproject"
4+
}

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ body:
4747
placeholder: Tell us what you see and provide a screenshot if appropriate.
4848
value: "A bug happened!"
4949
validations:
50-
required: true
50+
required: true

.github/ISSUE_TEMPLATE/documentation_improvement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ body:
1515
placeholder: Describe the documentation improvement in detail.
1616
value: "A documentation improvement suggestion!"
1717
validations:
18-
required: true
18+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ body:
2424
placeholder: Describe the feature or improvement in detail.
2525
value: "A feature or improvement suggestion!"
2626
validations:
27-
required: true
27+
required: true

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Run clang-format style check for C/C++
22-
uses: jidicula/clang-format-action@v4.15.0
22+
uses: jidicula/clang-format-action@v4.16.0
2323
with:
2424
clang-format-version: '17'
2525
check-path: 'src'
@@ -53,7 +53,7 @@ jobs:
5353
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
5454
steps:
5555
- uses: actions/checkout@v5
56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.12"
5959
- uses: py-actions/flake8@v2
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v5
6666
- name: Setup Python
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: "3.12"
7070
- name: Install Python packages

.github/workflows/osxbinary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: make
3636
- run: sudo make install
3737
- run: make osx-dmg
38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
with:
4040
name: artifact-osx-13
4141
path: "*.dmg"

.github/workflows/python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Set up dependencies
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v4
5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
- name: Set up dependencies
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v4
8181
- name: Set up Python ${{ matrix.python-version }}
82-
uses: actions/setup-python@v5
82+
uses: actions/setup-python@v6
8383
with:
8484
python-version: ${{ matrix.python-version }}
8585
- name: Set up dependencies
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/checkout@v5
104104
- name: Set up Python ${{ matrix.python-version }}
105-
uses: actions/setup-python@v5
105+
uses: actions/setup-python@v6
106106
with:
107107
python-version: ${{ matrix.python-version }}
108108
- name: Set up dependencies

.github/workflows/tools.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run: make
5555
- run: sudo make install
5656
- run: make osx-dmg
57-
- uses: actions/upload-artifact@v4
57+
- uses: actions/upload-artifact@v5
5858
with:
5959
name: artifact-osx-13
6060
path: "*.dmg"
@@ -73,7 +73,7 @@ jobs:
7373
- run: make
7474
- run: sudo make install
7575
- run: make osx-dmg
76-
- uses: actions/upload-artifact@v4
76+
- uses: actions/upload-artifact@v5
7777
with:
7878
name: artifact-osx-14
7979
path: "*.dmg"
@@ -101,7 +101,7 @@ jobs:
101101
cp gambit* installer
102102
"${WIX}bin/candle" gambit.wxs
103103
"${WIX}bin/light" -ext WixUIExtension gambit.wixobj
104-
- uses: actions/upload-artifact@v4
104+
- uses: actions/upload-artifact@v5
105105
with:
106106
name: artifact-msw
107107
path: "*.msi"

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.x'
2525
- name: Set up dependencies
@@ -31,6 +31,6 @@ jobs:
3131
python -m cibuildwheel --output-dir wheelhouse/
3232
env:
3333
CIBW_SKIP: "pp*"
34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v5
3535
with:
3636
path: ./wheelhouse/*.whl

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ gambit
3737
.python-version
3838
dist
3939
.venv
40+
*.dmg
41+
Gambit.app/*

0 commit comments

Comments
 (0)