Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Jun 5, 2023
1 parent e13f803 commit 47b41fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
os: ["ubuntu-latest"]
include:
- {python: "2.7", os: "ubuntu-22.04"}
- {python: "3.4", os: "ubuntu-18.04"}
# https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
# - {python: "3.4", os: "ubuntu-18.04"}
- {python: "3.5", os: "ubuntu-20.04"}
- {python: "3.6", os: "ubuntu-20.04"}
- {python: "3.7", os: "ubuntu-22.04"}
Expand Down

0 comments on commit 47b41fb

Please sign in to comment.