Skip to content

Commit 9c42942

Browse files
authored
Update LICENSE and CI (#1097)
- Update License year - Use Python 3.11 for bundled Windows builds - Use `windows-latest` for CI
1 parent a390350 commit 9c42942

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-2019, macos-12]
18+
os: [ubuntu-latest, windows-latest, macos-12]
1919
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2020
architecture: [x64]
2121
include:
22-
- os: windows-2019
23-
python-version: '3.8'
22+
- os: windows-latest
23+
python-version: '3.11'
2424
architecture: x86
2525
exclude:
26-
- os: windows-2019
26+
- os: windows-latest
27+
python-version: '3.8'
28+
- os: windows-latest
2729
python-version: '3.9'
28-
- os: windows-2019
30+
- os: windows-latest
2931
python-version: '3.10'
30-
- os: windows-2019
31-
python-version: '3.11'
32-
- os: windows-2019
32+
- os: windows-latest
3333
python-version: '3.12'
3434
- os: macOS-12
3535
python-version: '3.8'
@@ -153,9 +153,9 @@ jobs:
153153
dist/Universal.Radio.Hacker-"$(python src/urh/version.py)".dmg
154154
155155
- name: Upload artifacts
156-
uses: actions/upload-artifact@v3
156+
uses: actions/upload-artifact@v4
157157
with:
158-
name: dist-${{ matrix.os }}
158+
name: dist-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.architecture }}
159159
path: dist
160160

161161
- name: Run pytest with coverage

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634634
Universal Radio Hacker: investigate wireless protocols like a boss
635-
Copyright (C) 2023 Johannes Pohl and Andreas Noack
635+
Copyright (C) 2024 Johannes Pohl and Andreas Noack
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
Universal Radio Hacker Copyright (C) 2023 Johannes Pohl and Andreas Noack
655+
Universal Radio Hacker Copyright (C) 2024 Johannes Pohl and Andreas Noack
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

0 commit comments

Comments
 (0)