Skip to content

Commit

Permalink
Fix CI and README.md
Browse files Browse the repository at this point in the history
* Update CI matrix to test only the supported versions

* Remove unused test status badge
  • Loading branch information
pushfoo committed Dec 29, 2024
1 parent ceb86a8 commit 652dd12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# 2. Avoid forward referencing whenever possible
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
architecture: ['x64']
os: [ 'ubuntu-latest' ]

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
[![Tests (main)](https://github.com/pushfoo/Fontknife/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/pushfoo/Fontknife/actions/workflows/test.yaml?branch=main)
[![Documentation (main)](https://readthedocs.org/projects/fontknife/badge/?version=main)](https://fontknife.readthedocs.io/en/main/?badge=main)
[![Tests (stable)](https://github.com/pushfoo/Fontknife/actions/workflows/test.yaml/badge.svg?branch=stable)](https://github.com/pushfoo/Fontknife/actions/workflows/test.yaml?branch=stable)
[![Documentation (stable)](https://readthedocs.org/projects/fontknife/badge/?version=stable)](https://fontknife.readthedocs.io/en/stable/?badge=stable)


Expand Down

0 comments on commit 652dd12

Please sign in to comment.