Skip to content

Commit 30c6151

Browse files
authored
Run GitHub Actions on legacy Python 2.7
ahupp#326 (comment)
1 parent fc7ebc0 commit 30c6151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: ['ubuntu-latest']
9-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
9+
python-version: ['2.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1010
include:
1111
- os: macos-latest
1212
python-version: '3.13'

0 commit comments

Comments
 (0)