Skip to content

Commit 9c47f1d

Browse files
authored
Merge pull request #86 from robotpy/update-gh-actions
Update gh actions
2 parents 36357a0 + d1ec3bf commit 9c47f1d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/dist.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ jobs:
77
check:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- uses: psf/black@stable
1212

1313
check-doc:
1414
runs-on: ubuntu-20.04
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-python@v2
22+
- uses: actions/setup-python@v4
2323
with:
2424
python-version: 3.8
2525
- name: Sphinx
@@ -32,22 +32,22 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [windows-latest, macos-latest, ubuntu-20.04]
36-
python_version: [3.5, 3.6, 3.7, 3.8]
37-
architecture: [x86, x64]
35+
os: [windows-latest, macos-13, ubuntu-20.04]
36+
python_version: [3.8]
37+
architecture: [x64]
3838
exclude:
39-
- os: macos-latest
39+
- os: macos-13
4040
architecture: x86
4141
- os: ubuntu-20.04
4242
architecture: x86
4343

4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v4
4646
with:
4747
submodules: recursive
4848
fetch-depth: 0
4949

50-
- uses: actions/setup-python@v2
50+
- uses: actions/setup-python@v4
5151
with:
5252
python-version: ${{ matrix.python_version }}
5353
architecture: ${{ matrix.architecture }}
@@ -72,12 +72,12 @@ jobs:
7272
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
7373

7474
steps:
75-
- uses: actions/checkout@v2
75+
- uses: actions/checkout@v4
7676
with:
7777
submodules: recursive
7878
fetch-depth: 0
7979

80-
- uses: actions/setup-python@v2
80+
- uses: actions/setup-python@v4
8181
with:
8282
python-version: 3.8
8383
- run: pip --disable-pip-version-check install wheel

CppHeaderParser/CppHeaderParser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,9 +1879,9 @@ def finalize_vars(self):
18791879
elif tag in self._template_typenames:
18801880
var["typename"] = tag
18811881
var["ctypes_type"] = "ctypes.c_void_p"
1882-
var[
1883-
"unresolved"
1884-
] = True # TODO, how to deal with templates?
1882+
var["unresolved"] = (
1883+
True # TODO, how to deal with templates?
1884+
)
18851885

18861886
elif tag.startswith(
18871887
"_"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy