We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7ebc0 commit 30c6151Copy full SHA for 30c6151
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
fail-fast: false
7
matrix:
8
os: ['ubuntu-latest']
9
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
+ python-version: ['2.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
10
include:
11
- os: macos-latest
12
python-version: '3.13'
0 commit comments