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 bcb2db9 commit 2d45ca8Copy full SHA for 2d45ca8
.github/workflows/deprecated-python.yml
@@ -35,14 +35,6 @@ jobs:
35
- name: Upgrade pip
36
run: python -m pip install --upgrade pip
37
38
- - name: Relax requires-python lower bound for installation
39
- run: |
40
- sed -i.bak -E "s/requires-python = '>=3\.[0-9]+/requires-python = '>=${{ matrix.python-version }}/" pyproject.toml
41
- grep -n "requires-python" pyproject.toml
42
-
43
- - name: Install package and test dependencies
44
- run: python -m pip install --no-deps .[test]
45
46
- name: Install specified dependencies (unpinned)
47
run: |
48
# Install the provided dependency set without version pins
0 commit comments