Skip to content

Commit 34c971a

Browse files
committed
Updated CI file
Signed-off-by: Thomas Calmant <thomas.calmant@gmail.com>
1 parent b17f15e commit 34c971a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-24.04.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: CI Build - Python 3.8+
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "main", "master" ]
99
tags: '**'
1010
pull_request:
11-
branches: [ "master" ]
11+
branches: [ "main", "master" ]
1212

1313
jobs:
1414
build:
@@ -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", "3.13", "3.14-dev"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)