Skip to content

Commit 5446709

Browse files
committed
Disable GH Actions from running with Python 2.7
1 parent efe5c86 commit 5446709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# Not all Python versions are avalaible for linux AND x64
1313
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
14-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
14+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
1515
fail-fast: false
1616

1717
steps:

0 commit comments

Comments
 (0)