We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0251c6 commit a2ba1bdCopy full SHA for a2ba1bd
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
os: ["macos-latest", "ubuntu-latest"]
19
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
20
include:
21
- - {os: "ubuntu-20.04", python-version: "3.7"}
+ - {os: "ubuntu-22.04", python-version: "3.7"}
22
23
steps:
24
# Checkout the repo.
0 commit comments