Skip to content

Commit e747155

Browse files
committed
update github action
1 parent a7f96eb commit e747155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ name: build
44

55
on:
66
push:
7-
branches: [master]
7+
branches: [main]
88
pull_request:
9-
branches: [master]
9+
branches: [main]
1010
workflow_dispatch:
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.8, 3.9, '3.10', '3.11']
17+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
1818

1919
env:
2020
USING_COVERAGE: '3.10'

0 commit comments

Comments
 (0)