Skip to content

Commit 652dd12

Browse files
committed
Fix CI and README.md
* Update CI matrix to test only the supported versions * Remove unused test status badge
1 parent ceb86a8 commit 652dd12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# 2. Avoid forward referencing whenever possible
2626
strategy:
2727
matrix:
28-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
28+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2929
architecture: ['x64']
3030
os: [ 'ubuntu-latest' ]
3131

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
44
[![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)
55
[![Documentation (main)](https://readthedocs.org/projects/fontknife/badge/?version=main)](https://fontknife.readthedocs.io/en/main/?badge=main)
6-
[![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)
76
[![Documentation (stable)](https://readthedocs.org/projects/fontknife/badge/?version=stable)](https://fontknife.readthedocs.io/en/stable/?badge=stable)
87

98

0 commit comments

Comments
 (0)