Skip to content

Commit

Permalink
ci: remove Python version 3.7 from linting workflow
Browse files Browse the repository at this point in the history
This was due to an incompatibility with a newer version of isort.

https://github.com/AI-Planning/pddl/actions/runs/4963214887/jobs/8882204405?pr=60#step:5:67
  • Loading branch information
marcofavorito committed May 13, 2023
1 parent 297fef9 commit 8cca99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

timeout-minutes: 30

Expand Down

0 comments on commit 8cca99f

Please sign in to comment.