Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30c6151

Browse files
authoredMay 22, 2024··
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

+1-1
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)
Please sign in to comment.