Skip to content

Commit 7847544

Browse files
committed
Update versions and fix branch name in ci.yml
1 parent 28c9658 commit 7847544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: pycparser-tests
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99

1010
permissions:
1111
contents: read
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2121
os: [ubuntu-latest, macos-latest, windows-latest]
2222

2323
steps:

0 commit comments

Comments
 (0)