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 aa912bb commit c1a4100Copy full SHA for c1a4100
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- os: [ubuntu-20.04, macos-13, windows-2019]
+ os: [ubuntu-22.04, macos-13, windows-2019]
11
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments