Skip to content

Commit b88f1b9

Browse files
committed
Replaced py 3.9 with 3.13 +add branch on PR
1 parent b1796ca commit b88f1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# branches: [ '**' ]
99
#[ $default-branch ]
1010
pull_request:
11-
branches: [ $default-branch ]
11+
branches: [ '**' ]
1212
#[ $default-branch ]
1313

1414
jobs:
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.9", "3.10", "3.11","3.12"]
21+
python-version: ["3.10", "3.11","3.12", "3.13"]
2222

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

0 commit comments

Comments
 (0)