Skip to content

Commit

Permalink
disabled ci for py27
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Feb 29, 2024
1 parent 23554ce commit 244c7d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
matrix:
config:
# [Python version, tox env]
- ["2.7", "plone43-py27"]
- ["2.7", "plone50-py27"]
- ["2.7", "plone51-py27"]
- ["2.7", "plone52-py27"]
# - ["2.7", "plone43-py27"]
# - ["2.7", "plone50-py27"]
# - ["2.7", "plone51-py27"]
# - ["2.7", "plone52-py27"]
- ["3.7", "plone52-py37"]
- ["3.8", "plone52-py38"]
- ["3.9", "plone52-py39"]
Expand Down

0 comments on commit 244c7d5

Please sign in to comment.