Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
platform: [ubuntu-latest, macos-latest, windows-latest]
exclude: # Only test on the oldest and latest supported stable Python on macOS and Windows.
python-version: ['3.8', '3.11', '3.12', '3.13']
platform: [ubuntu-latest]
include: # Only test on the oldest and latest supported stable Python on macOS and Windows.
- platform: macos-latest
python-version: 3.8
- platform: windows-latest
python-version: 3.8
- platform: macos-latest
python-version: 3.9
python-version: 3.12
- platform: windows-latest
python-version: 3.9
python-version: 3.12
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ names from PostScript and the OpenType FDK, copyright
:target: https://github.com/robotools/defcon/actions?query=workflow%3ATests
.. |Coverage Status| image:: https://codecov.io/gh/robotools/defcon/graph/badge.svg?token=cJyogdvWZ2
:target: https://codecov.io/gh/robotools/defcon
.. |Python Versions| image:: https://img.shields.io/badge/python-3.8%2C%203.9%2C%203.10%2C%203.11-blue.svg
.. |Python Versions| image:: https://img.shields.io/badge/python-3.8%2C%203.11%2C%203.12%2C%203.13-blue.svg
.. |PyPI Version| image:: https://img.shields.io/pypi/v/defcon.svg
:target: https://pypi.org/project/defcon/
Loading