We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76df90c commit 62b9545Copy full SHA for 62b9545
1 file changed
.github/workflows/python-package.yml
@@ -6,8 +6,8 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
10
- os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
+ python-version: ["3.10", 3.11, 3.12, 3.13, 3.14, 3.15]
+ os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@v3
0 commit comments