Skip to content

Commit

Permalink
Merge pull request #384 from robotools/test_3_10
Browse files Browse the repository at this point in the history
Start testing Python 3.10
  • Loading branch information
benkiel committed Dec 28, 2021
2 parents bcf03de + 3022b55 commit 81eae56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']
platform: [ubuntu-latest, macos-latest, windows-latest]
exclude: # 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
- platform: windows-latest
python-version: 3.9
steps:
- uses: actions/checkout@v2
- 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://coveralls.io/repos/github/robotools/defcon/badge.svg?branch=master
:target: https://coveralls.io/github/robotools/defcon?branch=master
.. |Python Versions| image:: https://img.shields.io/badge/python-3.7%2C%203.8%2C%203.9-blue.svg
.. |Python Versions| image:: https://img.shields.io/badge/python-3.7%2C%203.8%2C%203.9%2C%203.10-blue.svg
.. |PyPI Version| image:: https://img.shields.io/pypi/v/defcon.svg
:target: https://pypi.org/project/defcon/
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.0
envlist = py3{7,8,9}-cov,coverage
envlist = py3{7,8,9,10}-cov,coverage
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 81eae56

Please sign in to comment.