We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea45d63 commit ede516fCopy full SHA for ede516f
1 file changed
.github/workflows/python-package.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
10
- os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
+ os: [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