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 d6f29a6 commit 6e1eeebCopy full SHA for 6e1eeeb
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python ${{ matrix.python-version }}
17
uses: actions/setup-python@v2
18
with:
19
- python-version: '3.13'
+ python-version: '3.8'
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
.github/workflows/pypi.yml
@@ -22,7 +22,7 @@ jobs:
- name: Set up Python
23
24
25
- python-version: '3.7'
26
27
28
0 commit comments