Skip to content

Commit d8f6fbb

Browse files
committed
update build.yml
1 parent c3e4386 commit d8f6fbb

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ name: Build
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
branch:
7-
description: 'Branch to build'
8-
required: true
9-
type: choice
10-
options:
11-
- master
12-
- refs/remotes/**
135
push:
146
branches:
157
- develop/*
@@ -30,7 +22,7 @@ jobs:
3022
strategy:
3123
fail-fast: False
3224
matrix:
33-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
25+
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
3426
steps:
3527
- name: Checkout repository
3628
uses: actions/checkout@v4
@@ -99,7 +91,7 @@ jobs:
9991
strategy:
10092
matrix:
10193
os: [ windows-latest, ubuntu-latest, macos-latest, macos-13 ]
102-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
94+
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
10395

10496
steps:
10597
- name: Checkout repository

0 commit comments

Comments
 (0)