Skip to content

Commit f4c7726

Browse files
committed
Update GH actions
1 parent fa248ec commit f4c7726

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
11+
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1212
services:
1313
yamcs:
1414
image: yamcs/example-simulation
1515
ports:
1616
- 8090:8090
1717
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v5
18+
- uses: actions/checkout@v6
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python }}
2222
- name: Set up yamcs-client
@@ -33,8 +33,8 @@ jobs:
3333
name: Lint
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
37-
- uses: actions/setup-python@v5
36+
- uses: actions/checkout@v6
37+
- uses: actions/setup-python@v6
3838
with:
3939
python-version: 3.8
4040
- name: Install dependencies
@@ -48,8 +48,8 @@ jobs:
4848
name: Documentation
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v4
52-
- uses: actions/setup-python@v5
51+
- uses: actions/checkout@v6
52+
- uses: actions/setup-python@v6
5353
with:
5454
python-version: 3.8
5555
- name: Set up sphinx

yamcs-client-kerberos/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",
3232
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3334
"Operating System :: OS Independent",
3435
],
3536
platforms="Posix; MacOS X; Windows",

yamcs-client/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
3737
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3839
"Operating System :: OS Independent",
3940
],
4041
platforms="Posix; MacOS X; Windows",

0 commit comments

Comments
 (0)