Skip to content

Commit

Permalink
The oldest supported Python on Ubuntu 24.04 is 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 19, 2024
1 parent 5acca7f commit 2cb7cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.x]
python-version: [3.9, 3.x]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2cb7cd4

Please sign in to comment.