Skip to content

Commit

Permalink
Also disable Python 3.7 in CI
Browse files Browse the repository at this point in the history
FontTools v4.39.0 dropped support for it
https://github.com/fonttools/fonttools/releases/tag/4.39.0
  • Loading branch information
miguelsousa committed Mar 13, 2023
1 parent 6a59cc3 commit 3c188b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
exclude:
- os: macos-latest
python-version: "3.7"
- os: macos-latest
python-version: "3.8"
- os: windows-latest
python-version: "3.7"
- os: windows-latest
python-version: "3.8"

Expand Down

0 comments on commit 3c188b0

Please sign in to comment.