We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67185a commit 00fda46Copy full SHA for 00fda46
.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- os: ["ubuntu-24.04", "ubuntu-22.04", "ubuntu-20.04"]
+ os: ["ubuntu-24.04", "ubuntu-22.04"]
19
python: ["3.9", "3.10", "3.11", "3.12"]
20
runs-on: ${{ matrix.os }}
21
steps:
0 commit comments