◐ Shell
reader mode source ↗
Skip to content
Draft
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
11 changes: 10 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,25 @@ jobs:
- os-type: windows
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
include:
- os-ver: latest
- os-type: ubuntu
python-version: "3.7"
os-ver: "22.04"
- experimental: false

fail-fast: false

runs-on: ${{ matrix.os-type }}-${{ matrix.os-ver }}

defaults:
run:
shell: bash --noprofile --norc -exo pipefail {0}
Expand Down
Toggle all file notes Toggle all file annotations