Skip to content

Commit 1938fe3

Browse files
committed
update 2.8 branch workflows
1 parent a35d692 commit 1938fe3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name: CI
66
on:
77
push:
88
branches:
9-
- main
109
- 2.8
1110
paths:
1211
- '**.py'
@@ -32,8 +31,6 @@ jobs:
3231
- "3.14-dev"
3332
- "pypy3.10"
3433
exclude:
35-
- os: windows-latest
36-
python-version: "3.9"
3734
- os: windows-latest
3835
python-version: "3.10"
3936
- os: windows-latest
@@ -44,7 +41,7 @@ jobs:
4441
steps:
4542
- uses: actions/checkout@v5
4643
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v5
44+
uses: actions/setup-python@v6
4845
with:
4946
python-version: ${{ matrix.python-version }}
5047
allow-prereleases: true

0 commit comments

Comments
 (0)