Skip to content

Commit f1a2f39

Browse files
update build workflow
1 parent 46ec890 commit f1a2f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
16+
python: ['3.10', '3.11', '3.12', '3.13', '3.14' ]
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Setup Python ${{ matrix.python }}

0 commit comments

Comments
 (0)