Skip to content

Commit

Permalink
Revert container image to support Python 3.7 again
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jan 13, 2025
1 parent e09d672 commit 13e43ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
test:
runs-on: ubuntu-latest
# `ubuntu-22.04` doesn't support Python 3.7 anymore
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down

0 comments on commit 13e43ae

Please sign in to comment.