Skip to content

Commit

Permalink
Skip test Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Sep 23, 2024
1 parent b9b6b0f commit dc43808
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
matrix:
config:
# [Python version, tox env]
- ["3.6", "plone52-py36", "ubuntu-20.04"]
- ["3.7", "plone52-py37", "ubuntu-22.04"]
- ["3.8", "plone52-py38", "ubuntu-24.04"]
- ["3.7", "plone60-py37", "ubuntu-22.04"]
- ["3.8", "plone60-py38", "ubuntu-24.04"]
- ["3.9", "plone60-py39", "ubuntu-latest"]
runs-on: ${{ matrix.config[2] }}
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers =
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand Down

0 comments on commit dc43808

Please sign in to comment.