Skip to content

Commit 8ca7110

Browse files
committed
chore: update repo branch name
1 parent 7f9bb8c commit 8ca7110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
types: [opened, synchronize]
99

@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
43+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4444
pydantic-version: ["pydantic-v1", "pydantic-v2"]
4545
fail-fast: false
4646

0 commit comments

Comments
 (0)