Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Actions now use Ubuntu 24.04 with python >= 3.9.*
actions/runner-images#10636
  • Loading branch information
phannebohm committed Jan 24, 2025
1 parent 82c52c9 commit e5c941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.12"]
python-version: ["3.9", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e5c941d

Please sign in to comment.