Skip to content

Commit

Permalink
Using python 3.9 and pinning ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Oct 24, 2024
1 parent d5a84b9 commit cfc7c43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
invoke integration
invoke benchmark-dtypes
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.8
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
name: Upload codecov report
uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install invoke .[test]
- name: Run unit tests
run: invoke unit
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.8
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
name: Upload codecov report
uses: codecov/codecov-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dev = [
'Jinja2>=2,<4',

# style check
'ruff>=0.4.5,<1',
'ruff>=0.4.5,<0.7.2',

# distribute on PyPI
'twine>=1.10.0,<6',
Expand Down

0 comments on commit cfc7c43

Please sign in to comment.