Skip to content

Commit a5ca209

Browse files
authored
Remove Windows 2019 from CI (#675)
1 parent ee390c4 commit a5ca209

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
name: "Test Windows"
6262
uses: "./.github/workflows/test-os.yml"
6363
with:
64-
os: '["windows-2019", "windows-2022", "windows-2025"]'
64+
os: '["windows-2022", "windows-2025"]'
6565
python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "installed"]'
66-
include: '[{"os": "windows-2019", "python-version": "3.7"}]'
66+
include: '[]'
6767

6868
publish:
6969
name: "Publish"

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,6 @@ jobs:
370370
- os: windows-latest
371371
os-label: Windows
372372
python: "venv"
373-
- os: windows-2019
374-
os-label: Windows 2019
375-
python: "installed"
376373

377374
steps:
378375
- name: Checkout

0 commit comments

Comments
 (0)