Skip to content

Commit

Permalink
Drop testing on Python 3.8
Browse files Browse the repository at this point in the history
Font Bakery now requires at least Python 3.9
  • Loading branch information
devosb committed Sep 27, 2024
1 parent 4cddb56 commit c8a9938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # "pypy3.9", "pypy3.10", "graalpy-24.0"
python-version: ["3.9", "3.10", "3.11", "3.12"] # "pypy3.9", "pypy3.10", "graalpy-24.0"

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

0 comments on commit c8a9938

Please sign in to comment.