Skip to content

Commit 2572208

Browse files
committed
CI: Drop Python 3.7 from testing
1 parent 754e70a commit 2572208

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
py-ver-major: [3]
35-
py-ver-minor: [6, 7, 8, 9, 10, 11]
35+
py-ver-minor: [6, 8, 9, 10, 11]
3636
step: [lint, unit, bandit, mypy]
3737
exclude:
3838
- py-ver-major: 3

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and provide comprehensive validation of CWL
5252
files as well as provide other tools related to working with CWL.
5353

5454
``cwltool`` is written and tested for
55-
`Python <https://www.python.org/>`_ ``3.x {x = 6, 7, 8, 9, 10, 11}``
55+
`Python <https://www.python.org/>`_ ``3.x {x = 6, 8, 9, 10, 11}``
5656

5757
The reference implementation consists of two packages. The ``cwltool`` package
5858
is the primary Python module containing the reference implementation in the

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
"Operating System :: POSIX :: Linux",
163163
"Programming Language :: Python :: 3",
164164
"Programming Language :: Python :: 3.6",
165-
"Programming Language :: Python :: 3.7",
166165
"Programming Language :: Python :: 3.8",
167166
"Programming Language :: Python :: 3.9",
168167
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)