Skip to content

Commit

Permalink
Merge pull request #383 from robotools/drop_py36
Browse files Browse the repository at this point in the history
Drop py36
  • Loading branch information
benkiel committed Dec 28, 2021
2 parents d0984c1 + 380a194 commit 7ff3c56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
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.7
- platform: macos-latest
python-version: 3.8
- platform: windows-latest
python-version: 3.7
- platform: windows-latest
python-version: 3.8
steps:
Expand All @@ -49,4 +45,4 @@ jobs:
file: coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: true
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.6%2C%203.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-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{6,7,8,9}-cov,coverage
envlist = py3{7,8,9}-cov,coverage
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 7ff3c56

Please sign in to comment.