Skip to content

Commit ea45d63

Browse files
authored
remove python 3.15 from matrix
1 parent 62b9545 commit ea45d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14, 3.15]
9+
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
1010
os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)