Skip to content

Commit

Permalink
don't test on py3.7 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Jul 10, 2022
1 parent 67ab187 commit d47ee85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/plone-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
plone-version:
- 'Plone60'
- 'Plone52'
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -67,6 +67,5 @@ jobs:
uses: "codecov/codecov-action@v1"
with:
fail_ci_if_error: true

if: matrix.python-version == '3.9'

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
py{37,38,39}-lint,
py{37,38,39}-Plone{52},
py{38,38,39}-Plone{60},
py{38}-build_instance,
# py{38}-build_instance,
py{38}-docs,
coverage-report,

Expand Down

0 comments on commit d47ee85

Please sign in to comment.